Write entire file: Difference between revisions

no edit summary
No edit summary
Line 685:
}
</lang>
 
=={{header|Yabasic}}==
<lang Yabasic>open "output.txt" for writing as #1
print #1 "This is a string"
close #1</lang>
 
=={{header|zkl}}==
672

edits