DoWhile

DoWhile is a conditional looping function. Use this function when you need to loop while something is true.

Properties

Condition

The condition needs to evaluate to true or false. The function will loop while the condition is true.

Test

When to test the condition, before or after the loop.

Tutorial video

videos icon Control Flow Tutorial Video


Control Flow