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


#CLOSE Search:

In File I/O Words in TurboForth Kernal

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

Closes the file with the file id file_id.

Example:

Where a file is opened thus:

MYFILE #OPEN

the following will close the same file:

MYFILE #CLOSE

Comment:

none

See Also: None listed

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