next up previous
: gbext : Primitive Operators : file

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 平成20年1月30日