Re: what does two semicolns ';;' do
- From: Michael Fesser <netizen@xxxxxx>
- Date: Mon, 30 Jun 2008 13:35:13 +0200
..oO(AnrDaemon)
Greetings, Ivan Sanchez Ortega.
Which means, that's an infinite loop (until it's broken by calling the
break() construct inside the loop)
Ridiculous usage of the language construct...
Why not use
while(true){ ... }
then?
Pest or cholera. You also have to use a break to leave the while loop.
IMHO infinite loops are always ugly and bad coding style, regardless of
how you code them.
Micha
.
Relevant Pages
- Re: Letter to US Sen. Byron Dorgan re unpaid overtime
... >> considered to be a convenience by those who use the C language. ... I make no claims to being a VB.NET programmer. ... Ritchie SCREWED UP in designing the for loop because ... I do not believe that you are capable of writing a conforming C compiler. ... (comp.programming) - Re: Letter to US Sen. Byron Dorgan re unpaid overtime
... > Hey, idiot, read my lips - the CONDITION is evaluated before each loop ... expressed my hope that you actually know the sequence of evaluations ... inappropriately with commercial promotion of the C language when I ... Programming Style: code what you mean. ... (comp.programming) - Re: Program compression
... RH> which is a one-liner in pretty well any language. ... PJB> Not in languages that don't provide syntactic abstraction. ... ;Return list of such SUBSEQ forms. ... loop at all, just inline machine instructions to call SUBSEQ just ... (comp.programming) - Re: Why does returning from a block cause a LocalJumpError
... If I understand correctly, even though b is defined inside the loop, a ... and b are both stored in the same stack frame when this method is ... I see your logic -- you're trying to look at how the language runtime ... Maybe I'm perseverating on this point, but I'm curious about how Ruby ... (comp.lang.ruby) - Re: Learning Lisp in Linux?
... To adapt the language to the task at hand? ... unless (member key excluded-keys) ... (loop (cddr property-list) ... correct property lists as results. ... (comp.lang.lisp) |
|