t.incr3 revision 1.1.1.1
1{ s = 0
2  for (i=1; i <= NF;  s += $(i++))
3	;
4  print s
5}
6