Hello world/Line printer: Difference between revisions

no edit summary
(→‎{{header|Haskell}}: Updated from use of a deprecated library)
No edit summary
Line 129:
PUTBYTE msg$ TO printer SIZE LEN(msg$)
CLOSE DEVICE printer</lang>
 
==={{header|IS-BASIC}}==(
<lang IS-BASIC>100 LPRINT "Hello World!"</lang>
 
=={{header|Batch File}}==
Anonymous user