Community / Wiki / Category » Category ·

Action: Loop

A loop is a way of repeating a statement a number of times until some way of ending the loop occurs. It might be run for a preset number of times.The loop simply executes a block of code as long as the condition you give it is true.