Next: , Previous: , Up: iklib syntaxes loops   [Index]


6.8.7.4 Iterating with the do syntax

Syntax: do ?body (while ?test)
Syntax: do ?body (until ?test)
Auxiliary Syntax: while
Auxiliary Syntax: until
Auxiliary Syntax: continue
Auxiliary Syntax: break

These syntaxes extend the built–in do syntax as defined by R6RS.

For do ... (while ...):

For do ... (until ...):

For the standard syntax: