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.

Reply via email to