2013-06-02 09:37:45 +04:00
|
|
|
// Generated by CoffeeScript 1.6.3
|
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);
|