repeat block


Description:

Repeats some commands times times.

Arguments:

times (number): The number of times to repeat the command.

do (commands): The commands to do.

Examples:

Makes agents move forward 6 steps, because this is the same as moving forward 2 steps three times.