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