Hello world/Line printer: Difference between revisions

Content added Content deleted
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: Line 626:
but a shell command could be used.
but a shell command could be used.
<br><br>In DOS (or under Windows):
<br><br>In DOS (or under Windows):
<lang rexx>str='Hello World'
<lang rexx>$= 'Hello World!'
'@ECHO' str ">PRN"</lang>
'@ECHO' $ ">PRN"</lang>


=={{header|RPG}}==
=={{header|RPG}}==