// compile.asm: WORD p_load_file_quote,'LOAD-FILE"' anchor:p_load_file_quote[] === Word: LOAD-FILE" .... data stack: ( "name" -- ) .... "LOAD-FILE"" is a function word that opens a file via xref:p_open_file_quote[OPEN-FILE"], allocates a stream buffer of 15000 bytes for reading it, saves the stream pointer as value for the newly created filename variable, and then it invokes xref:p_evaluate_stream[EVALUATE-STREAM] for processing the file.