for statement example
nint i;
n
nfor ( i = 0; i < list.size(); i = i+1)
n process list.get(i);