WRITE-FILE WORDS WRITE-LINE
WRITE-FILE ( str-adr str-len file -- code )  
ansi 11.6.1.2480 <FILE>
write characters from the string buffer to a file, returns a status code.

reference: p4_write_file in ../src/file.c:0248, export CO WRITE-FILE