ChaiScript/samples/lambda.wes
2009-06-11 02:17:31 +00:00

3 lines
54 B
Plaintext

var add2 = function(x, y) { x + y }
print(add2(3, 4))