Function prototype: Difference between revisions

m
optional arguments and varargs may not be the same
m ({{omit from|BBC BASIC}})
m (optional arguments and varargs may not be the same)
Line 6:
* An example of a prototype declaration for a function that requires two arguments
* An example of a prototype declaration for a function that utilizes varargs
* An example of a prototype declaration for a function that utilizes optional arguments
* An example of a prototype declaration for a function that utilizes named parameters
* An example of prototype declaration for subroutines or procedures (if these differ from functions)