Call a function: Difference between revisions

Content added Content deleted
(→‎{{header|Haskell}}: +partial application)
Line 424: Line 424:


There are no ''differences between calling subroutines and functions'' because J defines neither <code>subroutines</code> nor <code>functions</code>. Instead, J defines <code>verbs</code>, <code>adverbs</code>, and <code>conjunctions</code> which for the purpose of this task are treated as functions.
There are no ''differences between calling subroutines and functions'' because J defines neither <code>subroutines</code> nor <code>functions</code>. Instead, J defines <code>verbs</code>, <code>adverbs</code>, and <code>conjunctions</code> which for the purpose of this task are treated as functions.

=={{header|Java}}==

// todo...


=={{header|JavaScript}}==
=={{header|JavaScript}}==