mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-13 16:57:54 -05:00
8 lines
251 B
Markdown
8 lines
251 B
Markdown
## Chained Comparisons
|
|
|
|
CoffeeScript borrows [chained comparisons](https://docs.python.org/3/reference/expressions.html#not-in) from Python — making it easy to test if a value falls within a certain range.
|
|
|
|
```
|
|
codeFor('comparisons', 'healthy')
|
|
```
|