## Macro: COMMON-LISP:LOOP-FINISH [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Macro-5f9ea0.svg?style=social&colorA=999999)](../#macro) [![clhs](https://img.shields.io/badge/CLHS-LOOP--FINISH-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/m_loop_f.htm) > 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.