repeatUntilBlock

Adds a 'repeat until' loop.

Parameters

expression

The condition to stop the loop.

block

The script to repeat.