EXDEF: Difference between revisions

From iMath
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Syntax ==
{{Keyword
<code>{ options } EXDEF expression</code>
|
<code>{ [[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.


== Explanation ==
The starred form will suppress printing of the result.
|
<code>EXDEF VAL(y)</code> finds the value of y.
}}


Create an expression. The most frequent use is with <code>VAL</code> to find the value of a symbol or an expression.
[[Category:Definition]]
 
== Example ==
<code>EXDEF VAL(y)</code> finds the value of y.

Revision as of 08:47, 25 March 2017

Syntax

{ options } EXDEF [*] expression


Implemented in iMath since version 2.2.0 or earlier.

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.


Example

EXDEF VAL(y) finds the value of y.


See also

{{{4}}}