github.com/benhoyt/goawk@v1.8.1/testdata/gawk/fnarray2.awk (about) 1 function pile(c, r) 2 { 3 r = ++pile[c] 4 } 5 { pile($1) }