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