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