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