Files
coffeescript/documentation/js/conditionals.js
Jeremy Ashkenas e0ec8a51e4 CoffeeScript 1.9.0
2015-01-29 12:20:46 -05:00

16 lines
203 B
JavaScript

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