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