Talk:Infinite Loop
From Uncyclopedia, the content-free encyclopedia
| This article was nominated for deletion on March 15, 2005.
The result of the discussion was Keep.
| |||
I didn't know this existed when I made my pages on F9 and F11. Sorry. -LSK
i did th action scrips thing. it almost froze!--75.63.18.3 06:00, 29 January 2009 (UTC)
Contents |
edit ZOMGFTWBBQ
- O
i will have to stare at that for hours to know whats happening
edit Java
Hey, how did you guys overlook these?
/** * One version of the infinite loop. * Who gives a shit about the javadocs? */ class InfiniteLoop1 { public static void main (String[] args) { for (;;) System.out.println("In Soviet Russia, System.out prints YOU!!"); } } /** * Another version of the infinite loop. * Who gives a shit about the javadocs? */ class InfiniteLoop2 { public static void main (String[] args) { while (true) System.out.println("In Soviet Russia, System.out prints YOU!!"); } }
Thanks! --
Cute Zekrom! Use Fusion Bolt NOW!! • It's super effective! 02:44, February 26, 2012 (UTC)
edit Python 3
while 1:
- print("In Soviet Russia, infinity loops you!")
--Mocha2007andcoco
edit I believe you should refer to Chronic flashback syndrome
It uses a technique that causes it to go on and on. Likewise, I believe that this article should repeat itself too. Sorry if this message doesn't make too much sense. The computer I'm on right now is really slow. 19:07, July 31, 2012 (UTC)
