|
5.1.25 eval
Syntax:
eval ( expression )
Type:
- none
Purpose:
- evaluates (quoted) expressions. Within a quoted expression, the
quote can be "undone" by an
eval (i.e., each eval "undoes" the
effect of exactly one quote). Used only when receiving a quoted expression
from an MPfile link,
with quote and write to
prevent local evaluations when writing to an MPtcp link.
Example:
See
MPfile links;
quote;
write.
|