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