Hello world/Line printer: Difference between revisions

Content added Content deleted
No edit summary
(Applesoft/Integer BASIC)
Line 1: Line 1:
{{task}}
{{task}}
Cause a line printer attached to the computer to print a line containing the message <tt>Hello World!</tt>
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}}==
=={{header|AutoHotkey}}==
Line 60: Line 69:
main = system cmd
main = system cmd
</lang>
</lang>

=={{header|Integer BASIC}}==

See [[#Applesoft BASIC|Applesoft BASIC]].


=={{header|J}}==
=={{header|J}}==