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

     1  { OFS = "|"; print NF; NF = 2; print NF; print; $5 = "five"; print NF; print }