Re: Python has Traps; Does Euphoria have Programming Traps?
- Posted by _tom (admin) Aug 14, 2013
- 2204 views
jaygade said...
I think that input and output is a bit simpler in Euphoria compared to some languages (C).
When small integer values and characters are mixed in one sequence then there is no automatic way to display digits and characters, in their original form. Realistically this is not a practical problem, but can be a surprise for novices.
jaygade said...
I'm not sure about your comment with regards to for loops
I was thinking "moving target" but ended up writing modifiying. The moving target is the end of the sequence but the for-structure limit is locked into its original state.
I turned this example into a tutorial: http://openeuphoria.org/wiki/view/Looping.wc