Name

write-file:file — ordinary primitive

Synopsis

FORTH
WRITE-FILE ( str-adr str-len file -- code )(); 
 ;

Description

write characters from the string buffer to a file, returns a status code.

dpANS 11.6.1.2480 - standard forth word