4.4BSD/usr/src/old/awk/test/t.incr3

{ s = 0
  for (i=1; i <= NF;  s += $(i++))
	;
  print s
}