IRtCodeblock.Eval Method | |
Executes the codeblock.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD Eval(
args PARAMS USUAL[]
) AS USUAL
Usual Eval(
params Usual[] args
)
Parameters
- args
- Type: Usual
Zero or more arguments to pass to the codeblock.
Return Value
Type:
UsualThe value of the last expression in the codeblock.
See Also