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