[top]
[prev]
[next]
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)
[top]
[prev]
[next]