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

     1  BEGIN { RS = "" }
     2  { print "got", $0 }