Write entire file: Difference between revisions

Content added Content deleted
No edit summary
Line 51: Line 51:


<lang arturo>contents "Hello World!"
<lang arturo>contents "Hello World!"
file:write "output.txt" contents
file:write "output.txt" contents</lang>
</lang>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==