RosettaCodeData/Task/Create-a-file/Forth/create-a-file.fth

3 lines
106 B
Forth

s" output.txt" w/o create-file throw ( fileid) drop
s" /output.txt" w/o create-file throw ( fileid) drop