/* block */
BLK
[] no special info, see general notes
FORTH/ANS block (dpANS7.6.1.0790) threadstate variable
* BLOCK ( u -- addr ) load the specified block into a block buffer and return the address of that block buffer - see also BUFFER
BLOCK
( u -- addr )
BUFFER
FORTH/ANS block (dpANS7.6.1.0800) ordinary primitive
* BUFFER ( u -- addr ) get the block buffer address for the specified block - if it had not been loaded already it is not filled with data from the disk unlike BLOCK does.
FORTH/ANS block (dpANS7.6.1.0820) ordinary primitive
* FLUSH ( -- ) call SAVE-BUFFERS and then unassign all block buffers with EMPTY-BUFFERS
FLUSH
( -- )
SAVE-BUFFERS
EMPTY-BUFFERS
FORTH/ANS block (dpANS7.6.1.1559) ordinary primitive
* LOAD ( u -- ) INTERPRET the specified BLOCK
LOAD
( u -- )
INTERPRET
FORTH/ANS block (dpANS7.6.1.1790) ordinary primitive
* SAVE-BUFFERS ( -- ) write all modified buffer to the disk, see UPDATE and FLUSH
UPDATE
FORTH/ANS block (dpANS7.6.1.2180) ordinary primitive
* UPDATE ( -- ) mark the current block buffer as modified, see FLUSH
FORTH/ANS block (dpANS7.6.1.2400) ordinary primitive
/* FXco ("EVALUATE", ...) */
/* block ext */
* EMPTY-BUFFERS ( -- ) unassign all block buffers, does not even UPDATE
FORTH/ANS block (dpANS7.6.2.1330) ordinary primitive
* LIST ( u -- ) display the block
LIST
FORTH/ANS block (dpANS7.6.2.1770) ordinary primitive
SCR
FORTH/ANS block (dpANS7.6.2.2190) threadstate variable
* THRU ( u1 u2 -- ) LOAD a number of block in sequence.
THRU
( u1 u2 -- )
FORTH/ANS block (dpANS7.6.2.2280) ordinary primitive
/* FXco ("REFILL", ...) */
/* FXco ("\\", ...) */
/* enviroment hints (testing for -EXT will mark this wordset as present) */
ENVIRONMENT BLOCK-EXT
ENVIRONMENT block ordinary constant