Next:
2.3.4 Block statement
Up:
2.3 Statements
Previous:
2.3.2 Procedure call
2.3.3 Eval
An
EVAL
statement has the form:
EVAL e
where
e
is an expression. The effect is to evaluate
e
and ignore the result. For example:
EVAL Thread.Fork(p)
m3-support@elego.de