Forth input and output
Contents
Sources
- Leo Brodie, Starting Forth: An Introduction to the FORTH Language and Operating System for Beginners and Professionals, online edition, Chapter 3: The Editor (and Staff)
Disk memory
Forth includes a block editor.
Blocks are hardly ever used for source text storage any more. The preferred way to handle source is in standard text files, using the word
INCLUDE
to load them.