gawk: User-defined

1 
1 9.2 User-Defined Functions
1 ==========================
1 
1 Complicated 'awk' programs can often be simplified by defining your own
1 functions.  User-defined functions can be called just like built-in ones
1 (⇒Function Calls), but it is up to you to define them (i.e., to
1 tell 'awk' what they should do).
1 

Menu