github.com/benhoyt/goawk@v1.8.1/testdata/gawk/getline2.ok (about) 1 BEGIN { while( getline > 0) { print } } 2 BEGIN { while( getline > 0) { print } }