size (200, 200); background (0); stroke (210); for(int i=0; i<100; i+=5) { rect (0+i, 0+i, 200-2*i, i); }