1
votes
votes
1 answers
C# 4.0 the goto statement
How does the goto statement effect the compiler ? I have read many views on the web...some people say it's good...others say it's bad. I have done an experiment with it in a console app. was easy to use...but is it really bad or are t ...
