// pg 84 // size(300,300); background (255,0,255); int y = 0; while(y<200) { stroke(255); line(0,y,300,y); }