All Variables
| Name | Unit | Description |
|---|---|---|
| code_buffer | forth | Used in control structures. |
| dictionary | forth |
|
| input_buffer | forth | Always parse word by word. |
| latest | forth | Name of the most recently defined word. |
| loop_buffer | forth | Used in control structures. |
| parse_buffer | forth | Always parse word by word. |
| parse_guard | forth | Word where buffering state ends. |
| stack | forth |
|
| stack_pointer | forth | Right after the last element. |
| state | forth |
|
| word_pointer | forth | Right after the last element. |
| word_stack | forth | Used for variables and such. |
Generated by PasDoc 0.16.0.