Vocabularyui.
commandsInputsOutputsNone
Word descriptionDefines a command. The hashtable can contain the following keys:
• | +nullary+ - if set to a true value, the word must have stack effect ( -- ); otherwise it must have stack effect ( target -- ) |
• | +listener+ - if set to a true value, the command will run in the listener |
• | +description+ - can be set to a string description of the command |
Definition