Shell one-liner: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: removed STYLE from the PRE html tag.)
Line 479: Line 479:
echo do j=10 by 20 for 4;say right('hello',j);end | regina</lang>
echo do j=10 by 20 for 4;say right('hello',j);end | regina</lang>
'''output''' when using the (above) from the command line:
'''output''' when using the (above) from the command line:
<pre>
<pre style="overflow:scroll">
hello
hello
hello
hello