3 lines
106 B
Forth
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
|