ChaiScript/unittests/lambda.chai
2009-07-08 18:59:10 +00:00

3 lines
41 B
ChaiScript

var bob = fun(x) { x + 1 }
print(bob(3))