|
5.1.114 quote
Syntax:
quote ( expression )
Type:
- none
Purpose:
- prevents expressions from evaluation. Used only in connections with write to
MPfile links, prevents evaluation of an expression before sending it to an other
SINGULAR process.
Within a quoted expression, the
quote can be "undone" by an
eval (i.e., each eval "undoes" the
effect of exactly one quote).
Example:
See
MPfile links;
eval;
write.
|