Skip to content

Instantly share code, notes, and snippets.

@goodside
Created December 25, 2010 02:29
Show Gist options
  • Save goodside/754633 to your computer and use it in GitHub Desktop.
Save goodside/754633 to your computer and use it in GitHub Desktop.
/*
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