EXDEF: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<code>{ options } EXDEF expression</code> Create an expression. This keyword is most frequently used with <code>VAL</code> to find the value of a symbol or an expression, e.g...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Syntax == | |||
<code>{ options } EXDEF expression</code> | <code>{ options } EXDEF expression</code> | ||
Create an expression. | == Explanation == | ||
Create an expression. The most frequent use is with <code>VAL</code> to find the value of a symbol or an expression. | |||
== Example == | |||
<code>EXDEF VAL(y)</code> finds the value of y. |
Revision as of 08:21, 25 March 2017
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.