Jump to content

Write entire file: Difference between revisions

Added 11l
(Added Delphi example)
(Added 11l)
Line 12:
The reverse of [[Read entire file]]—for when you want to update or create a file which you would read in its entirety all at once.
<br><br>
 
=={{header|11l}}==
<lang 11l>File(filename, ‘w’).write(string)</lang>
 
=={{header|AArch64 Assembly}}==
1,481

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.