Call a function: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl 6}}: track task verbiage)
m (optional arguments and varargs may not be the same)
Line 3: Line 3:
* Calling a function that requires no arguments
* Calling a function that requires no arguments
* Calling a function with a fixed number of arguments
* Calling a function with a fixed number of arguments
* Calling a function that utilizes optional arguments
* Calling a function with a variable number of arguments (varargs)
* Calling a function with a variable number of arguments (varargs)
* Calling a function with named arguments
* Calling a function with named arguments