mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
docs for assignment-as-expression
This commit is contained in:
3
test/fixtures/execution/test_lexical_scope.coffee
vendored
Normal file
3
test/fixtures/execution/test_lexical_scope.coffee
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
num: 1 + 2 + (a: 3)
|
||||
|
||||
print(num is 6)
|
||||
Reference in New Issue
Block a user