mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
switching 'a in b' to 'a of b', and adding an array presence check for 'a in b'.
This commit is contained in:
@@ -56,7 +56,7 @@ ok evens.join(', ') is '4, 6, 8'
|
||||
|
||||
|
||||
# The in operator still works, standalone.
|
||||
ok 2 in evens
|
||||
ok 2 of evens
|
||||
|
||||
|
||||
# Ensure that the closure wrapper preserves local variables.
|
||||
|
||||
Reference in New Issue
Block a user