aho_05_forloop.pde
size(300,300); background(255);
for(int i=0; i<50; i++) { line(50,i*5+25, 250,250); line(i*5+25,50, i*5+25,250);