Falling out of a choice

You can also turn on implicit control flow, which you can read more about here. It essentially does away with the “illegal to fall out of a choice” error and having to use *goto after every choice, which is a life-saver, but beware: it’s probably better to turn it on when you have a good handle of your branching!

Also, it would help if you could copy-paste your code as-is, indents and all, here for us to see for any future errors. You can do this by either clicking the </> symbol at the top of the text box, or by surrounding your code with this symbol: ```

3 Likes