| Index Entry | Section |
|
| K | | |
| `kern*.fi', relocatability | 13.5 Fully Relocatable Image Files |
| keyboard events, encoding in EKEY | 8.5.1 Implementation Defined Options |
|
| L | | |
| labels as values | 14.2 Threading |
| last word was headerless | 8.1.2 Ambiguous conditions |
| late binding | 5.21.3.6 Class Binding |
| leaving definitions, tutorial | 3.21 Leaving definitions or loops |
| leaving Gforth | 2.2 Leaving Gforth |
| leaving loops, tutorial | 3.21 Leaving definitions or loops |
| length of a line affected by \ | 8.2.1 Implementation Defined Options |
| license for images | 13.1 Image Licensing Issues |
| lifetime of locals | 5.19.1.2 How long do locals live? |
| line terminator on input | 8.1.1 Implementation Defined Options |
| LIST display format | 8.2.1 Implementation Defined Options |
| literal tutorial | 3.33 Literal |
| Literals | 5.12.1 Literals |
| loader for image files | 13.2 Image File Background |
| loading files at startup | 2.1 Invoking Gforth |
| loading Forth code, tutorial | 3.7 Using files for Forth code |
| local in interpretation state | 8.8.2 Ambiguous conditions |
| local variables, tutorial | 3.15 Local Variables |
| locale and case-sensitivity | 8.1.1 Implementation Defined Options |
| locals | 5.19 Locals |
| locals and return stack | 5.6.3 Return stack |
| locals flavours | 5.19.1 Gforth locals |
| locals implementation | 5.19.1.4 Locals implementation |
| locals information on the control-flow stack | 5.19.1.4 Locals implementation |
| locals lifetime | 5.19.1.2 How long do locals live? |
| locals programming style | 5.19.1.3 Locals programming style |
| locals stack | 5.6 Stack Manipulation |
| locals stack | 5.19.1.4 Locals implementation |
| locals types | 5.19.1 Gforth locals |
| locals visibility | 5.19.1.1 Where are locals visible by name? |
| locals words, ambiguous conditions | 8.8.2 Ambiguous conditions |
| locals words, implementation-defined options | 8.8.1 Implementation Defined Options |
| locals words, system documentation | 8.8 The optional Locals word set |
| locals, ANS Forth style | 5.19.2 ANS Forth locals |
| locals, default type | 5.19.1 Gforth locals |
| locals, Gforth style | 5.19.1 Gforth locals |
| locals, maximum number in a definition | 8.8.1 Implementation Defined Options |
| long long | 14.1 Portability |
| loop control parameters not available | 8.1.2 Ambiguous conditions |
| loops without count | 5.8.2 Simple Loops |
| loops, counted | 5.8.3 Counted Loops |
| loops, counted, tutorial | 3.19 Counted loops |
| loops, endless | 5.8.2 Simple Loops |
| loops, indefinite, tutorial | 3.18 General Loops |
| LSHIFT, large shift counts | 8.1.2 Ambiguous conditions |
|
| M | | |
| m: usage | 5.21.3.7 Method conveniences |
| Macros | 5.12.2 Macros |
| macros | 5.12 Compiling words |
| macros, advanced tutorial | 3.34 Advanced macros |
| mapping block ranges to files | 8.6.1 Implementation Defined Options |
| maximum depth of file input nesting | 8.6.1 Implementation Defined Options |
| maximum number of locals in a definition | 8.8.1 Implementation Defined Options |
| maximum number of word lists in search order | 8.11.1 Implementation Defined Options |
| maximum size of a counted string | 8.1.1 Implementation Defined Options |
| maximum size of a definition name, in characters | 8.1.1 Implementation Defined Options |
| maximum size of a parsed string | 8.1.1 Implementation Defined Options |
| maximum size of input line | 8.6.1 Implementation Defined Options |
| maximum string length for ENVIRONMENT?, in characters | 8.1.1 Implementation Defined Options |
| memory access words | 5.7.4 Memory Access |
| memory access/allocation tutorial | 3.23 Memory |
| memory alignment tutorial | 3.25 Alignment |
| memory block words | 5.7.6 Memory Blocks |
| memory words | 5.7 Memory |
| memory-allocation word set | 5.7.3 Heap allocation |
| memory-allocation words, implementation-defined options | 8.9.1 Implementation Defined Options |
| memory-allocation words, system documentation | 8.9 The optional Memory-Allocation word set |
| message send | 5.21.2 Object-Oriented Terminology |
| metacompiler | 13.5.2 `cross.fs' |
| metacompiler | 16. Cross Compiler |
| method | 5.21.2 Object-Oriented Terminology |
| method conveniences | 5.21.3.7 Method conveniences |
| method map | 5.21.3.11 `objects.fs' Implementation |
| method selector | 5.21.2 Object-Oriented Terminology |
| method usage | 5.21.4.2 Basic `oof.fs' Usage |
| methods...end-methods | 5.21.3.9 Dividing classes |
| mini-oof | 5.21.5 The `mini-oof.fs' model |
| mini-oof example | 5.21.5.2 Mini-OOF Example |
| mini-oof usage | 5.21.5.1 Basic `mini-oof.fs' Usage |
| `mini-oof.fs', differences to other models | 5.21.6 Comparison with other object models |
| minimum search order | 8.11.1 Implementation Defined Options |
| miscellaneous words | 5.27 Miscellaneous Words |
| mixed precision arithmetic words | 5.5.5 Mixed precision |
| modifying >IN | 4.4 How does that work? |
| modifying the contents of the input buffer or a string literal | 8.1.2 Ambiguous conditions |
| most recent definition does not have a name (IMMEDIATE) | 8.1.2 Ambiguous conditions |
| motivation for object-oriented programming | 5.21.1 Why object-oriented programming? |
| MS, repeatability to be expected | 8.5.1 Implementation Defined Options |
|
| N | | |
| n, stack item type | 5.1 Notation |
| name dictionary | 4.1 Introducing the Text Interpreter |
| name field address | 5.11.3 Name token |
| name lookup, case-sensitivity | 8.1.1 Implementation Defined Options |
| name not defined by VALUE or (LOCAL) used by TO | 8.8.2 Ambiguous conditions |
| name not defined by VALUE used by TO | 8.1.2 Ambiguous conditions |
| name not found | 8.1.2 Ambiguous conditions |
| name not found (', POSTPONE, ['], [COMPILE]) | 8.1.2 Ambiguous conditions |
| name token | 5.11.3 Name token |
| name, maximum length | 8.1.1 Implementation Defined Options |
| names for defined words | 5.9.7 Supplying the name of a defined word |
| negative increment for counted loops | 5.8.3 Counted Loops |
| Neon model | 5.21.6 Comparison with other object models |
| newline character on input | 8.1.1 Implementation Defined Options |
| NEXT, direct threaded | 14.2 Threading |
| NEXT, indirect threaded | 14.2 Threading |
| NFA | 5.11.3 Name token |
| non-graphic characters and EMIT | 8.1.1 Implementation Defined Options |
| non-relocatable image files | 13.3 Non-Relocatable Image Files |
| notation of glossary entries | 5.1 Notation |
| NT Forth performance | 14.4 Performance |
| number conversion | 5.13.2 Number Conversion |
| number conversion - traps for the unwary | 5.13.2 Number Conversion |
| number of bits in one address unit | 8.1.1 Implementation Defined Options |
| number representation and arithmetic | 8.1.1 Implementation Defined Options |
| numeric comparison words | 5.5.4 Numeric comparison |
| numeric output - formatted | 5.18.2 Formatted numeric output |
| numeric output - simple/free-format | 5.18.1 Simple numeric output |
|