Files
coffeescript/documentation/js/comparisons.js
2016-09-24 14:16:00 +02:00

7 lines
134 B
JavaScript

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