Call a function: Difference between revisions

m
Since we're adding links...
No edit summary
m (Since we're adding links...)
Line 7:
* Calling a function with [[Named parameters|named arguments]]
* Using a function in statement context
* Using a function in [[First-class functions|first-class context]] within an expression
* Obtaining the return value of a function
* Distinguishing built-in functions and user-defined functions
* Distinguishing subroutines and functions
* Stating whether arguments are [[:Category:Parameter passing|passed]] by value or by reference
 
This task is ''not'' about [[Function definition|defining functions]].
Anonymous user