Files
coffeescript/documentation/js/conditionals.js
Jeremy Ashkenas 81047d45ee CoffeeScript 1.8.0
2014-08-26 12:24:29 -04:00

16 lines
203 B
JavaScript

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