xref: /freebsd/contrib/one-true-awk/testdir/t.sub3 (revision c1d255d3)
1length($1) {sub(substr($1,1,1),"(&)"); print}
2