Call a function: Difference between revisions

m
→‎{{header|jq}}: <tt> should be </tt>
m (→‎{{header|jq}}: <tt> should be </tt>)
Line 3,302:
'''Using a function in statement context'''
 
The assignment to a local variable (e.g. <tt>(2*2) as $two</tt>) is similar to a statement context in that the expression as a whole does nothing to the flow of values from its input to its output.
 
'''Using a function in first-class context within an expression'''
Line 3,328:
 
See [[Currying#jq]].
 
=={{header|Julia}}==
<syntaxhighlight lang="julia">
9,486

edits