size (200, 200); background (0); stroke (255); for(int i=0; i<200; i+=5) { line (0, 0+i, 0+i, 200); }