bind expression (:=) instead of let
This commit is contained in:
5
testdata/selectors.monkey
vendored
Normal file
5
testdata/selectors.monkey
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
d := {"foo": 1, "bar": 2}
|
||||
|
||||
assert(d.foo == 1, "d.foo != 1")
|
||||
assert(d.bar == 2, "d.bar != 2")
|
||||
assert(d.bogus == null, "d.bogus != null")
|
||||
Reference in New Issue
Block a user