github.com/benhoyt/goawk@v1.8.1/testdata/gawk/uninitialized.awk (about)

     1  BEGIN {
     2  	a += 2
     3  }