This operator assigns the value value to the name name.
This operator repeats the instructions a number of times depending on the first three arguments. Before the instructions are executed the first time, initial is pushed onto the stack. Thereafter, initial + increment * "times through loop" is pushed on the stack before each execution. This continues untill the amount to be pushed on the stack would exceed final.
The repeat
operator repeats the instructions for
count times.