repeat Until Block
fun BlockHost.repeatUntilBlock(expression: Expression?, block: BlockHost.() -> Unit): ConditionalBlockBlockHost
Adds a 'repeat until' loop.
Parameters
expression
The condition to stop the loop.
block
The script to repeat.