Re: Python has Traps; Does Euphoria have Programming Traps?
- Posted by SDPringle Aug 13, 2013
- 2318 views
One more things short-circut evaluation in expressions.
If the expression is in a condition then it is short-circuited. However, outside a condition it will not be short-circuited.