RosettaCodeData/Task/Write-entire-file/00-TASK.txt
2023-07-01 13:44:08 -04:00

7 lines
201 B
Text

;Task:
(Over)write a file so that it contains a string.
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>