newPage(100, 100)
stroke(0)
strokeWidth(2)
# three diagonal lines
# they do not share any value
line((74, 50), (15, 30))
line((42, 63), ( 9, 89))
line((47, 29), (97,  6))