repeat Block
fun BlockHost.repeatBlock(expression: Expression?, block: BlockHost.() -> Unit): NormalBlockBlockHost
Adds a 'repeat' loop.
Parameters
expression
The number of times to repeat.
block
The script to repeat.
Adds a 'repeat' loop.
The number of times to repeat.
The script to repeat.