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


FLUSH Search:

In Block I/O Words in TurboForth Kernal

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

Flushes all dirty buffers back to their respective block positions on disk. Buffers not marked as dirty are not flushed.

Example:

none

Comment:

none

See Also: EMPTY-BUFFERS 

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