var bob = fun(x) { x + 1 } assert_equal(4, bob(3));