next up previous
Next: gbext Up: Primitive Operators Previous: 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 平成13年8月23日