DMD 0.148 release

Deewiant deewiant.doesnotlike.spam at gmail.com
Wed Mar 1 05:44:50 PST 2006


Derek Parnell wrote:
> And I remember somebody writing ..
> 
>   #define forever for(;;)
> 
>   . . .
> 
>   forever{
>       . . .
>      }
> 

Hey, I still think it's fun to do like I did in my early C coding days (a few
years back) and

#define EVER (;;)

and then loop

for EVER {
}



More information about the Digitalmars-d-announce mailing list