Make a backup file: Difference between revisions

m
→‎{{header|Lasso}}: comment out initial first time run file creation, and explain
(→‎{{header|Lasso}}: Adding Lasso make a backup file solution)
m (→‎{{header|Lasso}}: comment out initial first time run file creation, and explain)
Line 201:
 
// create file
// only need to do this if this code example has not been run before and input.txt foes not exist, else leave commented out
//local(nf = file(#file2use))
//#nf->doWithClose => { #nf->writeBytes('Hello, World!'->asBytes) }
 
 
140

edits