bind expression (:=) instead of let
This commit is contained in:
2
testdata/arrays.monkey
vendored
2
testdata/arrays.monkey
vendored
@@ -1,2 +1,2 @@
|
||||
let xs = [1, 2, 3]
|
||||
xs := [1, 2, 3]
|
||||
xs[0] + xs[1] + xs[2]
|
||||
Reference in New Issue
Block a user