5 lines
151 B
Text
5 lines
151 B
Text
|
|
(out "output.txt") # Empty output
|
||
|
|
(call 'mkdir "docs") # Call external
|
||
|
|
(out "/output.txt")
|
||
|
|
(call 'mkdir "/docs")
|