Do-While

Component-cycle that continues until the expression set in it returns the Truth (at the end of the cycle)

Properties

- Expression*: [Boolean] Expression the truth of which is checked at the end of each loop iteration

Last updated