|
Re: Need help with my code
Ken: the "break" statement tells the code to go to the end of the enclosing conditional block. In this case, break prevents the code from falling into the next case.
Alan: I assume that he commented out AUTO_SECOND_STATE for debugging.
jaywion: What behavior are you seeing that you don't like?
|