June 2003
Beginner to intermediate
944 pages
43h 1m
English
function
function
name
(
parameter-list
) {
statements
}
Create name as a user-defined function consisting of gawk statements that apply to the specified list of parameters. Gawk accepts func as a synonymn for function.
Read now
Unlock full access