auto bob = fun(x) { x + 0 }
assert_equal(4, bob(3));

var y=3
auto bob2 = fun[y
