bind expression (:=) instead of let
This commit is contained in:
2
testdata/functions.monkey
vendored
2
testdata/functions.monkey
vendored
@@ -1,2 +1,2 @@
|
||||
let f = fn(x, y) { x * y };
|
||||
f := fn(x, y) { x * y };
|
||||
f(2, 4)
|
||||
Reference in New Issue
Block a user