Call a function: Difference between revisions

m
m (→‎REXX version 2: add a missing parenthesis)
Line 1,492:
Partial application is supported by the <code>curry</code> and <code>rcurry</code> commands.
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Calling a function that requires no arguments:
<lang Mathematica>f[]</lang>
Anonymous user