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


6.8.7.5 Iterating with the do* syntax

Syntax: do* ((?variable1 ?init1 ?step1) …) (?test ?expression …) ?command

This is like the standard do (see do), but the bindings and steppings are performed sequentially rather than in unspecified order. This syntax meant to be similar to the Common Lisp syntax of the same name.