Files
coffeescript/documentation/coffee/conditionals.js
2015-09-03 20:10:18 +02:00

16 lines
204 B
JavaScript

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