Files
coffeescript/documentation/coffee/comparisons.js
Jeremy Ashkenas c37f284771 redoc
2015-05-27 11:57:31 -04:00

7 lines
133 B
JavaScript

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