Conditional Loop

Summary

Executes a looping series of commands while a condition is met.

Properties

System

NameExplanationType
ConditionsThe conditions under which the command loop will run.Conditions?
CommandsThe commands to execute per loop.Script?

Note: For programmers, this is the equivalent of a while loop.