create-file:file — ordinary primitive
FORTH
CREATE-FILE
( str-adr str-len mode -- file code )( | ) ; |
; |
create the file with the given name and open it - returns the file id and a status code. A code of zero means success. An existing file of the same name is truncated upon open.
dpANS 11.6.1.1010 - standard forth word