RosettaCodeData/Task/Create-a-file/Forth/create-a-file.fth
2023-07-01 13:44:08 -04:00

2 lines
106 B
Forth

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