for

<<init inc limit {executable array} for >>
integer init inc limit;
Repeat the executable array.
Example: [ 1 1 3 {(a)} for] ::---> [1 (a) 2 (a) 3 (a)]



Nobuki Takayama 2020-11-24