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