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