xref: /freebsd/contrib/one-true-awk/testdir/tt.03 (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1{ s += length($2) }
2END { print s }
3