Files
coffeescript/documentation/js/conditionals.js
Jeremy Ashkenas eef83a9fcb CoffeeScript 1.6.1
2013-03-05 11:07:16 +13:00

16 lines
203 B
JavaScript

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