RosettaCodeData/Task/Create-a-file/Forth/create-a-file.fth
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07: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