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