<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In File I/O Words in TurboForth Kernal
Closes the file with the file id file_id.
Where a file is opened thus:
MYFILE #OPEN
the following will close the same file:
MYFILE #CLOSE
none