RosettaCodeData/Task/Shell-one-liner/REXX/shell-one-liner.rexx
2023-07-01 13:44:08 -04: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