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