Name

open-file:file — ordinary primitive

Synopsis

FORTH
OPEN-FILE ( str-adr str-len mode -- file code )(); 
 ;

Description

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