jashkenas--coffeescript/documentation/js/punctuation.js

4 lines
110 B
JavaScript
Raw Normal View History

2009-12-21 16:41:45 +00:00
(function(){
var left_hand = raining ? umbrella : parasol;
left_hand = raining ? umbrella : parasol;
})();