// compile.asm: WORD p_open_file_quote,'OPEN-FILE"' anchor:p_open_file_quote[] === Word: OPEN-FILE" .... Data stack: ( "name" -- fd ) .... "OPEN-FILE"" is a function word that reads the intputstream for a filename, adds that to the dictionary as a no-content variable, opens that file and returns the input file descriptor.