Hello world/Line printer: Difference between revisions

Content added Content deleted
No edit summary
(added Arturo)
Line 111: Line 111:
PRINT "HELLO WORLD!"
PRINT "HELLO WORLD!"
</syntaxhighlight>
</syntaxhighlight>

=={{header|Arturo}}==
<syntaxhighlight lang="arturo">write "/dev/lp0" "Hello World\n"</syntaxhighlight>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==