Call a function: Difference between revisions

m
Line 112:
}</lang>
 
In awk, scalar values are passed by value, but arrays are passed by reference. Note that if a function has no arguments, then empty parentheses are required.
 
The awk extraction and reporting language does not support the use of named parameters.