WRITE-THE 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 self, which typically means it is used within the context of a define-object where self is automatically lexically bound. 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 self.
| |