Evaluates a HyperMath expression.
expression |
A string of the expression. In case of failure, it returns a message explaining the error. If quotes need to be used in the expression, use the escape character backward slash (\). |
The following executes the command a = {"X"}; print(a[1]); Eval("a= {\"X\"}; print(a[1])") |
Clc(c)
Clears the command window.