## Chained Comparisons CoffeeScript borrows [chained comparisons](http://docs.python.org/reference/expressions.html#notin) from Python — making it easy to test if a value falls within a certain range. ``` codeFor('comparisons', 'healthy') ```