Files
coffeescript/documentation/js/comparisons.js
Jeremy Ashkenas eef83a9fcb CoffeeScript 1.6.1
2013-03-05 11:07:16 +13:00

7 lines
133 B
JavaScript

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