You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open-file, close-file,read-line and write-line have been implemented, as are file modes of r/w, r/o and w/o. create-file remains to be implemented, and additional testing is required for all aspects of the system.
Add file handling functions using the Forth Standard as a guide. Move as much to Forth as possible.
Basic functions required are:
open-file
close-file
create-file
read-line
write-line
read-file
write-file
r/o
r/w
s"
should also work with files other than ForthThe text was updated successfully, but these errors were encountered: