Write entire file: Difference between revisions

(→‎{{header|C}}: more variants)
Line 569:
Without error handling:
<lang ruby>File(__FILE__).open_w.print("Hello world!")</lang>
 
=={{header|SPL}}==
<lang spl>#.writetext("file.txt","This is the string")</lang>
 
=={{header|Tcl}}==
Anonymous user