/documentation/js/comparisons.js
http://github.com/jashkenas/coffee-script · JavaScript · 6 lines · 3 code · 2 blank · 1 comment · 1 complexity · b8b5af3d113d38bb0a0fcfc5773a21a7 MD5 · raw file
- // Generated by CoffeeScript 1.10.0
- var cholesterol, healthy;
- cholesterol = 127;
- healthy = (200 > cholesterol && cholesterol > 60);