|
output(.file,1,'output.txt'); endfile(1) ;* Macro Spitbol
|
|
* output(.file,1,,'output.txt'); endfile(1) ;* CSnobol
|
|
host(1,'mkdir docs')
|
|
|
|
output(.file,1,'/output.txt'); endfile(1) ;* Macro Spitbol
|
|
* output(.file,1,,'/output.txt'); endfile(1) ;* CSnobol
|
|
host(1,'mkdir /docs')
|
|
end
|