Eval(s:Str):Any

Evaluate an expression given as string. For example, Eval("2+2") returns 4.

If the parameter is EMPTY, returns EMPTY.

Since: PCC2 1.99.9

See also: Eval (Elementary Command), Elementary Functions