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

This is a testing version.
It may be incomplete, and have more bugs (or features) than the public live version at planetscentral.com.