Eval(s:Str, [c:Obj]):Any
Evaluate an expression given as string. For example, Eval("2+2") returns 4.
If the second parameter is specified, the expression is evaluated in that context.
If any parameter is EMPTY, returns EMPTY.
See also: Eval (Elementary Command), Elementary Functions