Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Recursive programs

Name: Anonymous 2011-05-30 20:08

I decided to write a program that printed itself, and I couldn't.

I pose to you this challenge, /prog/

Name: Anonymous 2011-06-01 19:39

(function (){alert ("("+arguments.callee.toString()+")();");})();

Name: Anonymous 2011-06-01 19:49

>>56
In my browser's js engine, it's only a valid quine if it's formatted thusly:
(function () {
    alert("(" + arguments.callee.toString() + ")();");
})();


The More You Know

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List