5 lines
119 B
Turing
5 lines
119 B
Turing
$$ MODE TUSCRIPT
|
|
- delete file
|
|
SET status = DELETE ("input.txt")
|
|
- delete directory
|
|
SET status = DELETE ("docs",-std-)
|