write-file:file — ordinary primitive
FORTH
WRITE-FILE ( str-adr str-len file -- code )(
)
write characters from the string buffer to a file, returns a status code.
dpANS 11.6.1.2480 - standard forth word