org.emmalanguage.ast.Loops.LoopAPI
While loops.
Creates a type-checked while loop.
The loop condition (must be a boolean term).
The loop body block.
while (cond) { body }.
while (cond) { body }
While loops.