mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
16 lines
203 B
JavaScript
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;
|