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


DIRTY? Search:

In Block I/O Words in TurboForth Kernal

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

Returns TRUE if buffer buffer is dirty (i.e.the buffer has changed since being loaded from disk (via BLOCK or LOAD and requires flushing to disk), otherwise returns FALSE.

Example:

none

Comment:

none

See Also: BLK?  BLOCK  BUF?  CLEAN  DIRTY  DIRTY?  FLUSH  LOAD 

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