/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

  1. // Generated by CoffeeScript 1.10.0
  2. var cholesterol, healthy;
  3. cholesterol = 127;
  4. healthy = (200 > cholesterol && cholesterol > 60);