open-file:file — ordinary primitive
FORTH
OPEN-FILE ( str-adr str-len mode -- file code )(
)
open the named file with mode. returns the file id and a status code. A code of zero means success.
dpANS 11.6.1.1970 - standard forth word