Next: iklib syntaxes loops for, Previous: iklib syntaxes loops while, Up: iklib syntaxes loops [Index]
until
syntaxIf the expression ?test evaluates to false: evaluate the body
forms ?body and recurse; else return unspecified values. In the
body: the syntax continue
causes immediate looping to next
iteration, starting with the ?test; the syntax break
causes
immediate escaping out of the loop.