How about dropping do and just use function.
open("file.txt","wa") function(f)
write(f,"hello")
endHmm.. It doesn't look as pretty as I imagined it before writing it out.
How about dropping do and just use function.
open("file.txt","wa") function(f)
write(f,"hello")
endHmm.. It doesn't look as pretty as I imagined it before writing it out.