Not all entries listed in this index are present verbatim in the
text. This index also duplicates, in abbreviated form, all of the words
listed in the Word Index (only the names are listed for the words here).
| Index Entry | Section |
|
| " | | |
| ", stack item type | 5.1 Notation |
|
| $ | | |
| $-prefix for hexadecimal numbers | 5.13.2 Number Conversion |
|
| % | | |
| %-prefix for binary numbers | 5.13.2 Number Conversion |
|
| & | | |
| &-prefix for decimal numbers | 5.13.2 Number Conversion |
|
| ' | | |
| '-prefix for character strings | 5.13.2 Number Conversion |
|
| - | | |
| --, tutorial | 3.11 Stack-Effect Comments |
| --appl-image, command-line option | 2.1 Invoking Gforth |
| --application, gforthmi option | 13.5.1 `gforthmi' |
| --clear-dictionary, command-line option | 2.1 Invoking Gforth |
| --data-stack-size, command-line option | 2.1 Invoking Gforth |
| --debug, command-line option | 2.1 Invoking Gforth |
| --dictionary-size, command-line option | 2.1 Invoking Gforth |
| --die-on-signal, command-line-option | 2.1 Invoking Gforth |
| --enable-direct-threaded, configuration flag | 14.2.2 Direct or Indirect Threaded? |
| --enable-force-reg, configuration flag | 14.1 Portability |
| --enable-indirect-threaded, configuration flag | 14.2.2 Direct or Indirect Threaded? |
| --fp-stack-size, command-line option | 2.1 Invoking Gforth |
| --help, command-line option | 2.1 Invoking Gforth |
| --image file, invoke image file | 13.7 Running Image Files |
| --image-file, command-line option | 2.1 Invoking Gforth |
| --locals-stack-size, command-line option | 2.1 Invoking Gforth |
| --no-offset-im, command-line option | 2.1 Invoking Gforth |
| --offset-image, command-line option | 2.1 Invoking Gforth |
| --path, command-line option | 2.1 Invoking Gforth |
| --return-stack-size, command-line option | 2.1 Invoking Gforth |
| --version, command-line option | 2.1 Invoking Gforth |
| -d, command-line option | 2.1 Invoking Gforth |
| -DDIRECT_THREADED | 14.2.2 Direct or Indirect Threaded? |
| -DFORCE_REG | 14.1 Portability |
| -DUSE_FTOS | 14.3.2 TOS Optimization |
| -DUSE_NO_FTOS | 14.3.2 TOS Optimization |
| -DUSE_NO_TOS | 14.3.2 TOS Optimization |
| -DUSE_TOS | 14.3.2 TOS Optimization |
| -f, command-line option | 2.1 Invoking Gforth |
| -h, command-line option | 2.1 Invoking Gforth |
| -i, command-line option | 2.1 Invoking Gforth |
| -i, invoke image file | 13.7 Running Image Files |
| -l, command-line option | 2.1 Invoking Gforth |
| -m, command-line option | 2.1 Invoking Gforth |
| -p, command-line option | 2.1 Invoking Gforth |
| -r, command-line option | 2.1 Invoking Gforth |
| -v, command-line option | 2.1 Invoking Gforth |
|
| . | | |
| .", how it works | 4.4 How does that work? |
| `.emacs' | 12. Emacs and Gforth |
| `.fi' files | 13. Image Files |
| `.gforth-history' | 2.3 Command-line editing |
|
| : | | |
| :, passing data across | 5.12.1 Literals |
|
| ; | | |
| ;CODE ending sequence | 8.10.1 Implementation Defined Options |
| ;CODE, name not defined via CREATE | 8.10.2 Ambiguous conditions |
| ;CODE, processing input | 8.10.1 Implementation Defined Options |
| ;m usage | 5.21.3.7 Method conveniences |
|
| > | | |
| >BODY of non-CREATEd words | 8.1.2 Ambiguous conditions |
| >IN greater than input buffer | 8.1.2 Ambiguous conditions |
|
| [ | | |
| [bind] usage | 5.21.3.6 Class Binding |
| [IF] and POSTPONE | 8.10.2 Ambiguous conditions |
| [IF], end of the input source before matching [ELSE] or [THEN] | 8.10.2 Ambiguous conditions |
| [parent] usage | 5.21.3.6 Class Binding |
|
| \ | | |
| \, editing with Emacs | 12. Emacs and Gforth |
| \, line length in blocks | 8.2.1 Implementation Defined Options |
|
| ~ | | |
| ~~, removal with Emacs | 12. Emacs and Gforth |
|
| A | | |
| a_, stack item type | 5.1 Notation |
| ABORT", exception abort sequence | 8.1.1 Implementation Defined Options |
| abstract class | 5.21.3.2 Basic `objects.fs' Usage |
| abstract class | 5.21.4.2 Basic `oof.fs' Usage |
| ACCEPT, display after end of input | 8.1.1 Implementation Defined Options |
| ACCEPT, editing | 8.1.1 Implementation Defined Options |
| address alignment exception | 8.1.2 Ambiguous conditions |
| address alignment exception, stack overflow | 8.1.2 Ambiguous conditions |
| address arithmetic for structures | 5.20.1 Why explicit structure support? |
| address arithmetic restrictions, ANS vs. Gforth | 5.7.1 ANS Forth and Gforth memory models |
| address arithmetic words | 5.7.5 Address arithmetic |
| address of counted string | 5.18.3 String Formats |
| address unit | 5.7.5 Address arithmetic |
| address unit, size in bits | 8.1.1 Implementation Defined Options |
| aliases | 5.9.10 Aliases |
| aligned addresses | 8.1.1 Implementation Defined Options |
| alignment faults | 8.1.2 Ambiguous conditions |
| alignment of addresses for types | 5.7.5 Address arithmetic |
| alignment tutorial | 3.25 Alignment |
| also, too many word lists in search order | 8.11.2 Ambiguous conditions |
| ambiguous conditions, block words | 8.2.2 Ambiguous conditions |
| ambiguous conditions, core words | 8.1.2 Ambiguous conditions |
| ambiguous conditions, double words | 8.3.1 Ambiguous conditions |
| ambiguous conditions, facility words | 8.5.2 Ambiguous conditions |
| ambiguous conditions, file words | 8.6.2 Ambiguous conditions |
| ambiguous conditions, floating-point words | 8.7.2 Ambiguous conditions |
| ambiguous conditions, locals words | 8.8.2 Ambiguous conditions |
| ambiguous conditions, programming-tools words | 8.10.2 Ambiguous conditions |
| ambiguous conditions, search-order words | 8.11.2 Ambiguous conditions |
| angles in trigonometric operations | 5.5.6 Floating Point |
| ANS conformance of Gforth | 8. ANS conformance |
| `ans-report.fs' | 7.1 `ans-report.fs': Report the words used, sorted by wordset |
| argument input source different than current input source for RESTORE-INPUT | 8.1.2 Ambiguous conditions |
| argument type mismatch | 8.1.2 Ambiguous conditions |
| argument type mismatch, RESTORE-INPUT | 8.1.2 Ambiguous conditions |
| arguments on the command line, access | 13.8 Modifying the Startup Sequence |
| arithmetic words | 5.5 Arithmetic |
| arithmetics tutorial | 3.5 Arithmetics |
| arrays | 5.9.1 CREATE |
| arrays tutorial | 3.31 Arrays and Records |
| assembler | 5.23 Assembler and Code Words |
| ASSEMBLER, search order capability | 8.10.1 Implementation Defined Options |
| assertions | 5.22.4 Assertions |
| AT-XY can't be performed on user output device | 8.5.2 Ambiguous conditions |
| Attempt to use zero-length string as a name | 8.1.2 Ambiguous conditions |
| au (address unit) | 5.7.5 Address arithmetic |
| authors of Gforth | B.1 Authors and Contributors |
|