Click or drag to resize

Eval Function (ICodeblock, Usual)

X#
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
Request Example View Source

Parameters

block
Type: ICodeblock
Block to evaluate
args
Type: Usual
List of arguments

Return Value

Type: Usual
Result of the evaluation
See Also