EVAL

Syntax: #EVAL expression
Related: #SHOW

Evaluates the given expression and echoes the result to the output window. Similar to the #SHOW command except the SHOW command simply expands its parameters while this command evaluates the parameter as an expression.

EVAL Example

#EVAL 100/4
displays 25 to the window
 
#VAR a 100
#EVAL @a+1
displays 101 to the window


Contents ERASE EXEC