Call a function: Difference between revisions

m
statement context
m (statement context)
Line 5:
* Calling a function with a variable number of arguments (varargs)
* Calling a function with named arguments
* Using a function in commandstatement context
* Using a function in first class context within an expression
* Obtaining the return value of a function