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