Call a function: Difference between revisions

Content added Content deleted
m (→‎REXX version 2: add a missing parenthesis)
Line 1,492: Line 1,492:
Partial application is supported by the <code>curry</code> and <code>rcurry</code> commands.
Partial application is supported by the <code>curry</code> and <code>rcurry</code> commands.


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