RosettaCodeData/Task/Shell-one-liner/REXX/shell-one-liner.rexx

9 lines
562 B
Rexx
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
from the MS Window command line (cmd.exe)
2013-04-11 01:07:29 -07:00
2016-12-05 22:15:40 +01:00
echo do j=10 by 20 for 4; say right('hello',j); end | regina