_Codeblock.Eval Method | |
Executes the codeblock.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax VIRTUAL METHOD Eval(
args PARAMS USUAL[]
) AS USUAL
public override Usual Eval(
params Usual[] args
)
Request Example
View SourceParameters
- args
- Type: Usual
Zero or more arguments to pass to the codeblock.
Return Value
Type:
UsualThe value of the last expression within the codeblock as a USUAL.
If the last expression in the codeblock is of type VOID, then the codeblock
returns NIL.
Implements
Eval(Usual)See Also