Next: iklib syntaxes loops until, Up: iklib syntaxes loops [Index]
while
syntaxIf the expression ?test evaluates to true: 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.