Next: Interpretation and Compilation Semantics, Previous: Control Structures, Up: Words [Contents][Index]
Defining words are used to extend Forth by creating new entries in the dictionary.
• CREATE: | ||
• Variables: | Variables and user variables | |
• Constants: | ||
• Values: | Initialised variables | |
• Colon Definitions: | ||
• Anonymous Definitions: | Definitions without names | |
• Quotations: | ||
• Supplying names: | Passing definition names as strings | |
• User-defined Defining Words: | ||
• Deferred Words: | Allow forward references | |
• Forward: | Auto-resolved forward references | |
• Aliases: |