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

     1  BEGIN { while( getline > 0) { print } }