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