"Block Words + extensions"

block
Historically Forth was implemented on small computers as an
operating system in its own right. Mass storage was not
organized in files but as a sequence of 1 KB blocks. A block
was addressed with a block number. This way a diskette drive
provided a few hundred blocks and if you had a fixed disk
you simply had thousands of those blocks.

Both program text and arbitrary data can be stored in blocks.
In order to hold source text the 1K block is treated as
having 16 lines with 64 charactes each. This is often
referred to as a 'screen'.

When loading (i.e. interpreting) a block with source text it
is simply taking to be a single line of 1024 characters. The
only exception to this is the word \ (begin comment to
end of line) which skips text up to the end of a 64-char line
in a block.
Tektronix CTE %version: 5.5 % GNU LGPL
[ANS] [ANS] BLK

no special info, see general notes

block loader code P4_DVaR

[ANS] BLOCK

no special info, see general notes

block loader code P4_FXco

[ANS] BUFFER

no special info, see general notes

block loader code P4_FXco

[ANS] FLUSH

no special info, see general notes

block loader code P4_FXco

[ANS] LOAD

no special info, see general notes

block loader code P4_FXco

[ANS] SAVE-BUFFERS

no special info, see general notes

block loader code P4_FXco

[ANS] UPDATE

no special info, see general notes

block loader code P4_FXco

FXco ("EVALUATE", ...)
[ANS] [ANS] EMPTY-BUFFERS

no special info, see general notes

block loader code P4_FXco

[ANS] LIST

no special info, see general notes

block loader code P4_FXco

[ANS] SCR

no special info, see general notes

block loader code P4_DVaR

[ANS] THRU

no special info, see general notes

block loader code P4_FXco

FXco ("REFILL", ...)
FXco ("\\", ...)
ENVIRONMENT
enviroment hints (testing for -EXT will mark this wordset as present)
ENVIRONMENT BLOCK-EXT

no special info, see general notes

block ordinary constant