WRITE-THE-OBJECT lisp object [macro] | |
Typcially used only to send output, not for the return value. This macro is used within the body of a with-format. It sends the reference-chain to object, which must be specified as a Lisp expression (e.g. a variable) which evaluates to a GDL object. The reference-chain must terminate with an output-function defined for the combination of the output-format specified in the enclosing with-format, and the object identified by object.
| |