lambda-parameters-limit
lambda-parameters-limit Constant Variable
Constant Value:
implementation-dependent, but not smaller than 50.
Description:
A positive integer that is the upper exclusive bound on the number of parameter names that can appear in a single lambda list.
See Also:
call-arguments-limitNotes:
Implementors are encouraged to make the value of lambda-parameters-limit as large as possible.
defconstantExpanded Reference: lambda-parameters-limit
tip
TODO: Please contribute to this page by adding explanations and examples
(lambda-parameters-limit )