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

2 lines
66 B
Forth

s" input.txt" delete-file throw
s" /input.txt" delete-file throw