Call a function: Difference between revisions

m
State whether arguments are passed by value or by reference
m ({{omit from|GUISS}})
m (State whether arguments are passed by value or by reference)
Line 12:
* Demonstrating any differences that apply to calling builtin functions rather than user defined functions
* Demonstrating differences between calling subroutines and functions, if these are separate cases within the language.
* State whether arguments are passed by value or by reference
 
Note this task is about methods of calling functions, not methods of [[Function definition|defining functions]], which is a separate topic.