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


CLEAN Search:

In Block I/O Words in TurboForth Kernal

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

Sets the status of buffer buffer to clean. Subsequent FLUSHes will not flush the buffer to disk.

Example:

none

Comment:

none

See Also: DIRTY  DIRTY?  FLUSH 

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