Files
coffeescript/documentation/js/comparisons.js
Jeremy Ashkenas 84b8b5ccee CoffeeScript 1.6.3
2013-06-02 09:37:45 +04:00

7 lines
133 B
JavaScript

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