Impressed

Stuart stugol at gmx.com
Thu Jul 26 18:58:52 PDT 2012


On Friday, 27 July 2012 at 00:23:54 UTC, Ali Çehreli wrote:
> Welcome! :)
>
> GOTO is evil; 'goto' is not! ;) goto makes switch-case 
> statements safer in D:

Well, kinda. "Goto case" and such are one thing, but allowing the 
arbitrary use of goto for jumping around from label to label.... 
I just don't understand why the language even supports this. 
Anyone using 'goto label' in their code is doing it wrong. Period.


More information about the Digitalmars-d mailing list