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


#EOF? Search:

In File I/O Words in TurboForth Kernal

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

Returns TRUE if file file_id is currently positioned at the end of the file.

Example:

none

Comment:

none

See Also: None listed

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