Files
coffeescript/documentation/js/conditionals.js
Jeremy Ashkenas a3e8de338a CoffeeScript 1.6.2
2013-03-18 13:06:33 +08:00

16 lines
203 B
JavaScript

// Generated by CoffeeScript 1.6.2
var date, mood;
if (singing) {
mood = greatlyImproved;
}
if (happy && knowsIt) {
clapsHands();
chaChaCha();
} else {
showIt();
}
date = friday ? sue : jill;