xref: /freebsd/contrib/one-true-awk/testdir/t.set2 (revision 1d386b48a555f61cb7325543adbbb5c3f3407a66)
1{ n = length($0) % 2
2  $n = $2
3  print
4}
5