Call a function: Difference between revisions

m
No edit summary
Line 950:
The only ''differences that apply to calling builtin functions rather than user defined functions'' is spelling of the function names.
 
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. (All of the above examples used verbs. J's adverbs and conjunctions have stronger [[wp:Valence|valence]] than its verbs.)
 
=={{header|Java}}==
6,962

edits