2 Loop Constructs

2.8 Miscellaneous features

The Loop Facility provides thenamed construct to name a loop so that the Common Lisp special formreturn-from can be used.

Theinitially andfinally loop keywords designate loop constructs that cause expressions to be evaluated before and after the loop body respectively.

The loop constructinitially causes expressions to be evaluated before any other clauses in the expanded form ofloop; if specified,initially clauses lead the loop prologue. The constructfinally causes expressions to be evaluated after all other clauses in the expanded form; if specified,finally clauses end the loop epilogue.

2.8.1 - Data types
2.8.2 - Destructuring
2.8.3 - Reference pages

The Loop Facility - 9 SEP 1996

Generated with Harlequin WebMaker