github.com/benhoyt/goawk@v1.8.1/testdata/gawk/concat3.awk (about) 1 BEGIN { a; a = a (b "c"); print a; print b }