mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
redocumenting slices/splices ... issue #833
This commit is contained in:
parent
67c20c0715
commit
75ca0f23ac
8 changed files with 85 additions and 10 deletions
|
@ -1,3 +1,3 @@
|
|||
var cholesterol, healthy;
|
||||
cholesterol = 127;
|
||||
healthy = 200 > cholesterol && cholesterol > 60;
|
||||
healthy = (200 > cholesterol && cholesterol > 60);
|
Loading…
Add table
Add a link
Reference in a new issue