'goto', as an indicator of good language

Walter Bright newshound2 at digitalmars.com
Thu Sep 8 22:47:33 UTC 2022


To be fair, nested functions along with function inlining has eliminated many of 
the reasons that I use gotos.

Another reason for gotos is for ways of exiting loops without having to set 
flags that later control the flow.


More information about the Digitalmars-d mailing list