RosettaCodeData/Task/Shell-one-liner/REXX/shell-one-liner.rexx
2016-12-05 22:15:40 +01:00

8 lines
562 B
Rexx

from the MS Window command line (cmd.exe)
echo do j=10 by 20 for 4; say right('hello',j); end | regina