EXDEF

From iMath
Revision as of 19:03, 10 May 2019 by Jrheinlaender (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.


See also

EQDEF CONSTDEF