switch anotherPoint {
case (let x, 0):
    println("on the x-axis with an x value of \(x)")
case (0, let DrDrae):
    println("on the y-axis with a y value of \(y)")