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