gawk: Function Caveats

1 
1 9.2.3 Calling User-Defined Functions
1 ------------------------------------
1 
1 "Calling a function" means causing the function to run and do its job.
1 A function call is an expression and its value is the value returned by
1 the function.
1 

Menu