Xref: utzoo rec.humor:19337 comp.misc:5286 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!oberon!sm.unisys.com!csun!csuna!abcscnge From: abcscnge@csuna.csun.edu (Scott "The Pseudo-Hacker" Neugroschl) Newsgroups: rec.humor,comp.misc Subject: Re: Looking for Computer Folklore Message-ID: <1712@csuna.csun.edu> Date: 25 Feb 89 06:57:21 GMT References: <1284@raspail.UUCP> Reply-To: abcscnge@csuna.csun.edu (Scott Neugroschl) Organization: CSU Northridge Lines: 31 In article <1284@raspail.UUCP> bga@raspail.UUCP (Bruce Albrecht) writes: ] ]One of my favorite ways of defining an infinite loop in a language similar to ]Modula-2 is: ] ]const HellFreezesOver = false; ] ]REPEAT ] stuff ]UNTIL HellFreezesOver; We had a similar one when I was learning Pascal (ugh :-() at UC Santa Cruz: const TheProfessorIsAnAsshole = true; . . . while TheProfessorIsAnAsshole do begin stuff end; -- Scott "The Pseudo-Hacker" Neugroschl UUCP: ...!sm.unisys.com!csun!csuna.csun.edu!abcscnge -- "Beat me, whip me, make me code in Ada" -- Disclaimers? We don't need no stinking disclaimers!!!