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

     1  BEGIN { a = a + 1; x = a; print a}
     2  BEGIN { ++b; x = b; print b}