Methods of the module objectval While
val While
Creates a while loopwhile (<cond>) <body> and returns ( , )
while (<cond>) <body>
Extractor for while loops. Matcheswhile (<cond>) <body> and returns ( , )