Macro: COMMON-LISP:LOOP-FINISH

package type clhs

Cause the iteration to terminate “normally”, the same as implicit termination by an iteration driving clause, or by use of WHILE or UNTIL – the epilogue code (if any) will be run, and any implicitly collected result will be returned as the value of the LOOP.