github.com/benhoyt/goawk@v1.8.1/testdata/t.coerce (about)

     1  END {	print i, NR
     2  	if (i < NR)
     3  		print i, NR
     4  }