minimal

Minimal Forth Workbench provides an educational subset of Standard Forth, feel free to experiment.



\ Minimal Forth Workbench: file access words                 uh 2015-10-15

primitive BIN
primitive CLOSE-FILE
primitive CREATE-FILE
primitive DELETE-FILE
primitive FILE-POSITION
primitive FILE-SIZE
primitive OPEN-FILE
primitive R/O
primitive R/W
primitive READ-FILE
primitive READ-LINE
primitive REPOSITION-FILE
primitive RESIZE-FILE
primitive W/O
primitive WRITE-FILE
primitive WRITE-LINE

by UlrichHoffmann

avatar of UlrichHoffmann

Versions

1.1.1, 1.1.0, 1.0.0

Download current as zip

Tags

ansforth94, forth-94, forth-2012

Dependencies

None

Dependents

None