## Macro: COMMON-LISP:NTH-VALUE [![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-NTH--VALUE-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/m_nth_va.htm) > Evaluate FORM and return the Nth value (zero based) > without consing a temporary list of values. ### Lambda list ```cl (sb-impl::n sb-kernel:form) ```