|
|||||
Functions: argument lists | |||||
Prerequisite Concepts | Related Syntax |
The argument-list in a function definition describes the class and type of each argument to a function, if any. It can be parenthesized or unparenthesized.
The maximum number of function arguments for an individual function call is 16383.
Prerequisite Concepts Functions Functions: argument classes |
Related Syntax define function |
---- |