Create a file: Difference between revisions

Content added Content deleted
(Added Commodore BASIC)
Line 1,777: Line 1,777:
There are no facilities in Retro to create directories.
There are no facilities in Retro to create directories.


<lang Retro>with files'
<lang Retro>
"output.txt" :w open close drop
'output.txt file:W file:open file:close
"/output.txt" :w open close drop</lang>
'/output.txt file:W file:open file:close</lang>


=={{header|REXX}}==
=={{header|REXX}}==