Eval Function (ICodeblock, Usual) | |
Evaluate a code block
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION Eval(
block AS ICodeblock,
args PARAMS USUAL[]
) AS USUAL
public static Usual Eval(
ICodeblock block,
params Usual[] args
)
Request Example
View SourceParameters
- block
- Type: ICodeblock
Block to evaluate - args
- Type: Usual
List of arguments
Return Value
Type:
UsualResult of the evaluation
See Also