Programmer Guide/Command Reference/NUM: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
NUM
var := NUM expression
var := NUMCHECK expression
-> var = evaluation result as a double number
Evaluate a numeric expression and assign the result to var. If the expression is syntactically ill-formed, an error (NUM
) or warning (NUMCHECK
) is reported.