Printed representation
Structure-like output for copy&paste in the REPLCL-USER> (stp:make-document (stp:make-element "list"))
#.(STP:DOCUMENT :CHILDREN '(#.(STP:ELEMENT #| :PARENT of type DOCUMENT |# :LOCAL-NAME "list")))
- Uses #. to avoid changing the global readtable
- Private constructor functions for debugging purposes only. In source code, use the documented make-foo functions instead.
- Syntax subject to change without notice