2013-03-18 13:06:33 +08:00
|
|
|
// Generated by CoffeeScript 1.6.2
|
2010-07-29 00:51:35 -04:00
|
|
|
var cholesterol, healthy;
|
2011-09-20 22:42:19 -05:00
|
|
|
|
2010-07-29 00:51:35 -04:00
|
|
|
cholesterol = 127;
|
2011-09-20 22:42:19 -05:00
|
|
|
|
|
|
|
healthy = (200 > cholesterol && cholesterol > 60);
|