ChaiScript/samples/lambda.wes

4 lines
73 B
Plaintext

var add_them = function(x, y) { x + y }
//print(add_them(3, 4))
print(7)