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...") |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<code>{ options } EXDEF expression</code> | {{Keyword | ||
| | |||
<code>[@label@] { [[options]] } EXDEF [*] [[expression]]</code> | |||
| | |||
Create an expression. The most frequent use is with <code>[[VAL]]</code> to find the value of a symbol or an expression. | |||
The starred form will suppress printing of the result. | |||
If a label is given, the expression can be referenced by later iFormulas. | |||
| | |||
<code>EXDEF VAL(y)</code> finds the value of y. | |||
| | |||
[[EQDEF]] [[CONSTDEF]] | |||
| | |||
2.2.0 or earlier. The optional label is possible since version 2.2.8 | |||
}} | |||
[[Category:Definition]] |
Latest revision as of 19:03, 10 May 2019
Syntax
[@label@] { options } EXDEF [*] expression
Implemented in iMath since version
2.2.0 or earlier. The optional label is possible since version 2.2.8
.
Explanation
Create an expression. The most frequent use is with VAL
to find the value of a symbol or an expression.
The starred form will suppress printing of the result.
If a label is given, the expression can be referenced by later iFormulas.
Example
EXDEF VAL(y)
finds the value of y.