// Ben wrote: // ----------------- // paper 50 // repeat a 20 80 // { // set [a 65] a // } // ----------------- // Here, Ben opted for a colorful // line. To accentuate the contrast, // I modifed the paper color to black. paper 100 repeat a 80 20 { set [a 65] a }