// compile.asm: WORD p_open_file,'OPEN-FILE' anchor:p_open_file[] === Word: OPEN-FILE .... Data stack: ( chaz* -- fd ) .... "OPEN-FILE" is a function word that opens the file named by the zero terminated character string and returns the file descriptor, or if less than 0, the system call error code.