// Variant of Example 4-6 from Reas/Fry book size(800, 300); strokeWeight(8); for (int i = 50; i < 700; i += 100) { line(i, 100, i+50, 200); }