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