Command repeat N times

This command lets you execute a set of commands a fixed number of times, given by the N flag. The N can be an integer constant or an integer variable.
This command is known as the for in traditional programming languages.