WhileAction( condition, listOf( // To execute while condition is evaluated to true ) )
while (condition) { }