VocabularywordsInputsOutputsWord descriptionCreates an uninterned word that will call
quot when executed.
NotesThe following phrases are equivalent:
[ 2 2 + . ] call
[ 2 2 + . ] ( -- ) define-temp execute
This word must be called from inside
with-compilation-unit.
Definition