RosettaCodeData/Task/Delete-a-file/Forth/delete-a-file.fth

3 lines
66 B
Forth
Raw Permalink Normal View History

2013-04-10 12:38:42 -07:00
s" input.txt" delete-file throw
s" /input.txt" delete-file throw