github.com/benhoyt/goawk@v1.8.1/testdata/gawk/splitvar.awk (about) 1 { 2 sep = "=+" 3 n = split($0, a, sep) 4 print n 5 }