So the strategy is to ALLOT an array of eight File Control Blocks and
have OPEN-BLOCK-FILE and CLOSE-BLOCK-FILE ( ca u fcb-index -- block#
ior ) with fcb-index from 0 to 7, which is the fcb to be used. The
index is used for two arrays - the File Control Block array itself,
and the side-array of information used by the Forth, LAST-BLOCK# (set
to 0 if closed).