Click or drag to resize

IRtCodeblock.Eval Method

X#
Executes the codeblock.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
METHOD Eval(
	args PARAMS USUAL[]
) AS USUAL

Parameters

args
Type: Usual
Zero or more arguments to pass to the codeblock.

Return Value

Type: Usual
The value of the last expression in the codeblock.
See Also