Jump to content

Hello world/Line printer: Difference between revisions

no edit summary
No edit summary
Line 298:
CloseFile(lPrinterAsTextFile);
end.</lang>
 
=={{header|Dragon}}==
<lang dragon>
select "files"
 
f2 = fopen("E:\my.txt", "w")
f = "my data"
writeText(f2,f)
flush(f2)
fclose(f2)
</lang>
 
 
 
 
 
=={{header|EchoLisp}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.