3 lines
53 B
ChaiScript
3 lines
53 B
ChaiScript
auto bob = fun(x) { x + 1 }
|
|
assert_equal(4, bob(3));
|
auto bob = fun(x) { x + 1 }
|
|
assert_equal(4, bob(3));
|