VocabularydefinitionsInputsdefspec | a definition specifier |
OutputsGeneric word contractOutputs the parsing words which delimit the definition.
ExamplesUSING: definitions prettyprint ;
IN: scratchpad
: foo ( -- ) ; \ foo definer . .
;
POSTPONE: :
USING: definitions prettyprint ;
IN: scratchpad
SYMBOL: foo \ foo definer . .
f
POSTPONE: SYMBOL:
NotesThis word is used in the implementation of
see.
DefinitionMethods