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