Skip to main content
Version: v0.19.0-alpha 🚧

While

Alias:While

Output:Unit

Repeat an action while the condition is met.

ParameterTypeRequiredPositionSummary
Conditionbool✔1The condition to check before performing the action.
Action
Do
unit✔2The action to perform repeatedly.