Re: Python has Traps; Does Euphoria have Programming Traps?
- Posted by jimcbrown (admin) Aug 13, 2013
- 2337 views
jaygade said...
Really? I wouldn't expect continue to go back to entry. I would expect it to continue at the top of the loop.
To me, "with entry" implies an exception at the first iteration of the loop only, and then normal top down iterations from there.
Agreed, but I can understand how a beginner - especially one who didn't read any of the documentation - could get confused about this.