Re: = vs := and = vs ==
- Posted by jimcbrown (admin) May 08, 2014
- 2081 views
gimlet said...
jimcbrown said...
gimlet said...
I don't use goto much and would rather do without it generally but if x then goto ERROR is usually cleaner than other error-handling in Euphoria.
Huh? What's the usual error-handling in Euphoria, then?
Exception handling.
Um, Euphoria doesn't have that yet.
gimlet said...
Much cleaner in my opinion and doesn't interrupt the flow of the algorithm.
So you think using goto is cleaner than exception handling? Interesting.
Or are you saying that using goto that way looks like exception handling in Euphoria (a poor man's exception handling, so to speak) and both are cleaner for that reason? In which case, they are cleaner than ... what, exactly?