Table of Contents ▸ List of Commands ▸ Flow Control ▸ for | ◀ exec_out | foreach ▶ |
for | Built-in command |
Arguments:
- condition
Description:
Start a for...done block.Example of use:
image.jpg rescale2d ,32 400,400,1,3 x=0 for $x<400 image[1] [0],$x,$x x+=40 done