Added lambdas. Rolled back print bootstrapping for test. Need to figure out right story for polymorphic print at some point.
This commit is contained in:
3
samples/lambda.wes
Normal file
3
samples/lambda.wes
Normal file
@@ -0,0 +1,3 @@
|
||||
var add_them = function(x, y) { x + y }
|
||||
//print(add_them(3, 4))
|
||||
print(7)
|
Reference in New Issue
Block a user