Files
coffeescript/documentation/coffee/comparisons.js
2015-09-03 20:10:18 +02:00

7 lines
134 B
JavaScript

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