EXDEF
Jump to navigation
Jump to search
Syntax
{ options } EXDEF expression
Explanation
Create an expression. The most frequent use is with VAL
to find the value of a symbol or an expression.
Example
EXDEF VAL(y)
finds the value of y.