Files
coffeescript/documentation/js/comparisons.js
Jeremy Ashkenas e0ec8a51e4 CoffeeScript 1.9.0
2015-01-29 12:20:46 -05:00

7 lines
133 B
JavaScript

// Generated by CoffeeScript 1.9.0
var cholesterol, healthy;
cholesterol = 127;
healthy = (200 > cholesterol && cholesterol > 60);