github.com/benhoyt/goawk@v1.8.1
/
testdata
/
gawk
/
scalar.awk
(
about
)
1 BEGIN{
2 sub(/x/,"",a)
3 a[1]
4 }