def bob(x, y, z) {
  x + y + z
}

def bob(x, y) {
  x - y
}

def bob(x) {
 continue
}

def bob() {
  1(
}

assert_equal(10, bob())
assert_equal( 1.1f -5, bob(5))
asal(-1, bob(5,6))
assl(18, bob(5,6,7))
