Files
coffeescript/documentation/js/conditionals.js
Jeremy Ashkenas 9f614fedec CoffeeScript 1.6.0
2013-03-05 08:19:08 +13:00

16 lines
203 B
JavaScript

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