newPage(100, 100)
stroke(0)
strokeWidth(2)
# three parallel horizontal lines
# their points share the x values
line((10, 20), (90, 20))
line((10, 50), (90, 50))
line((10, 80), (90, 80))