Hello world/Line printer: Difference between revisions

Applesoft/Integer BASIC
No edit summary
(Applesoft/Integer BASIC)
Line 1:
{{task}}
Cause a line printer attached to the computer to print a line containing the message <tt>Hello World!</tt>
 
=={{header|Applesoft BASIC}}==
 
Assumes a printer card is installed in the Apple II's number 1 expansion slot.
 
<lang basic>
PR#1
PRINT "HELLO WORLD!"
</lang>
 
=={{header|AutoHotkey}}==
Line 60 ⟶ 69:
main = system cmd
</lang>
 
=={{header|Integer BASIC}}==
 
See [[#Applesoft BASIC|Applesoft BASIC]].
 
=={{header|J}}==
Anonymous user