<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


LIST Search:

In Block I/O Words in TurboForth Kernal

Word Name: LIST
Type: Standard word
Data Stack Signature: block --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Displays block block to the screen.

Example:

1 LIST

2 LIST

Comment:

LIST uses BLOCK to load the block into memory, which may in term invoke FLUSH if buffer space is required.

See Also: BLOCK  FLUSH 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>