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