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