newPage(100, 100)
stroke(0)
strokeWidth(2)
# three diagonal lines
# they share some points
# they are connected
line((74, 20), (15, 30))
line((15, 30), ( 9, 89))
line(( 9, 89), (97, 46))