aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.incr3
blob: 5a572bf1f145303e9adb48b73c8eee69b0996594 (plain)
1
2
3
4
5
{ s = 0
  for (i=1; i <= NF;  s += $(i++))
	;
  print s
}