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