Table of Contents ▸ List of Commands ▸ Flow Control ▸ repeat | ◀ quit | return ▶ |
repeat | Built-in command |
Arguments:
- nb_iterations
Description:
Start nb_iterations iterations of a repeat...done block.nb_iterations is a mathematical expression that will be evaluated.
This command has a
.Examples of use:
• Example #1
image.jpg split y repeat $! n=$> shift[$n] $<,0,0,0,2 done append y

• Example #2
image.jpg mode3d 2 repeat 4 imagecube3d rotate3d 1,1,0,40 snapshot3d 400,1.4 done
