Files
coffeescript/documentation/js/conditionals.js
Jeremy Ashkenas 84b8b5ccee CoffeeScript 1.6.3
2013-06-02 09:37:45 +04:00

16 lines
203 B
JavaScript

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