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


setMacroCharacter

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

The setMacroCharacter prim is the CommonLisp-defined way to set a macro function in the specified readtable (default @$S.readtable).

The chr argument must be a character.

The cfn argument will normally be the macro compiledFunction.

If nontermp is non-NIL, the macro will be nonterminating.


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