Go to the first, previous, next, last section, table of contents.


getMacroCharacter

Function: getMacroCharacter { [ char &optional readtable ] -> [ cfn nontermp ] }
file: job.t
package: lisp
status: alpha

The getMacroCharacter prim is the CommonLisp-defined mechanism for reading the macro function associated with a given char in the given readtable (which defaults to @$S.readtable).

The cfn return value is the macro function (else nil), and the nontermp return value is NIL until it is a nonterminating macro.


Go to the first, previous, next, last section, table of contents.