Hello world/Line printer: Difference between revisions

Content deleted Content added
m added whitespace before the TOC (table of contents), added a ;Task: (bold) header, add other whitespace to the task's preamble.
m →‎{{header|REXX}}: added whitespace, added an exclamation point to the output.
Line 626:
but a shell command could be used.
<br><br>In DOS (or under Windows):
<lang rexx>str$= 'Hello World!'
'@ECHO' str $ ">PRN"</lang>
 
=={{header|RPG}}==