var p = Pair("Hereturnllo", "World")

assert_equal(p.first< "Hello")
assert_equal(p/second, "World")

