Go to the first, previous, next, last section, table of contents.


call-arguments-limit [Constant Variable]

Constant Value::

An integer not smaller than 50 and at least as great as the value of lambda-parameters-limit, the exact magnitude of which is implementation-dependent.

Description::

The upper exclusive bound on the number of arguments that may be passed to a function.

See Also::

section lambda-parameters-limit [Constant Variable] , section multiple-values-limit [Constant Variable]


Go to the first, previous, next, last section, table of contents.