Call a function: Difference between revisions

(→‎{{header|Haskell}}: +partial application)
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.
 
=={{header|Java}}==
 
// todo...
 
=={{header|JavaScript}}==
Anonymous user