## Constant: COMMON-LISP:LAMBDA-LIST-KEYWORDS [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Constant-5f9ea0.svg?style=social&colorA=999999)](../#constant) [![clhs](https://img.shields.io/badge/CLHS-LAMBDA--LIST--KEYWORDS-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/v_lambda.htm) > A list of symbols used as lambda list keywords in SBCL. ### Value ```cl (&allow-other-keys &aux &body &environment &key sb-int:&more &optional &rest &whole) ```