xref: /freebsd/contrib/one-true-awk/testdir/t.cum (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1{i = i + $1; print i}
2END {
3print i
4}
5