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