Basic constructor macro for plexeme-form-feed structures.
(make-plexeme-form-feed )
This is the usual way to construct plexeme-form-feed structures. It simply conses together a structure with the specified fields.
This macro generates a new plexeme-form-feed structure from scratch. See also change-plexeme-form-feed, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-plexeme-form-feed (&rest args) (std::make-aggregate 'plexeme-form-feed args 'nil 'make-plexeme-form-feed nil))
Function:
(defun plexeme-form-feed nil (declare (xargs :guard t)) (cons :form-feed (list)))