Files
coffeescript/documentation/js/comparisons.js
Jeremy Ashkenas 533ad8afe9 CoffeeScript 1.9.1
2015-02-18 15:43:33 -05:00

7 lines
133 B
JavaScript

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