Re: pass by ref
- Posted by LarryMiller Feb 12, 2016
- 2021 views
OpenEuphoria has facilities that are usually better than pass by reference. But usually is not always. There are situations where pass by reference would be the easiest and most straightforward way of getting the job done. Using techniques like pseudo memory makes simulation of pass by reference less awkward but not as good as the real thing.
Almost all of the time using goto is a bad idea. But there are some situations where goto is a lesser evil than whatever else you might come up with to avoid it. The same with pass by reference.