Created
December 25, 2010 02:29
-
-
Save goodside/754633 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
ORIGINAL SOURCE: | |
I yelled out, "Hello!" | |
But was it too late? | |
There was not a word in reply -- none | |
I will say nothing if you call back, you know | |
How could I? Did I never truly love you? | |
Perhaps tomorrow we will know why | |
*/ | |
var __indexOf = Array.prototype.indexOf || function(item) { | |
for (var i = 0, l = this.length; i < l; i++) { | |
if (this[i] === item) return i; | |
} | |
return -1; | |
}; | |
I(yelled(out, "Hello!")); | |
But(was(it(too(typeof late != "undefined" && late !== null)))); | |
There(was(!a(__indexOf.call(reply(--none), word) >= 0))); | |
if (you(call(back, you(know)))) { | |
I(will(say(nothing))); | |
} | |
How(could(typeof I === "function" ? I(Did(I(never(truly(love(typeof you != "undefined" && you !== null)))))) : void 0)); | |
Perhaps(tomorrow(we(will(know(why))))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment