Call a function: Difference between revisions

Content added Content deleted
Line 202: Line 202:


=={{header|Mathematica}}==
=={{header|Mathematica}}==
Calling a function that requires no arguments:
<lang Mathematica>Calling a function that requires no arguments:
f[]
f[]


Line 227: Line 227:
Built-in functions names by convention start with a capital letter.
Built-in functions names by convention start with a capital letter.
No formal distinction between subroutines and functions.
No formal distinction between subroutines and functions.
Arguments can be passed by value or by reference.
Arguments can be passed by value or by reference.</lang>


=={{header|PARI/GP}}==
=={{header|PARI/GP}}==