Definition
params : paramdecl_list , ... | paramdecl_list | ... |
Purpose
A params construction describes describes the parameters to a function. The parameters can be variable-number, as denoted by the ...s.
params : paramdecl_list , ... | paramdecl_list | ... |
A params construction describes describes the parameters to a function. The parameters can be variable-number, as denoted by the ...s.