Re: Multi-assign
- Posted by mattlewis (admin) Nov 16, 2011
- 2545 views
jimcbrown said...
mattlewis said...
In euphoria v4, an underscore, by itself is actually a valid variable name.
Which doesn't make it all that different from other keywords that we have added (like 'label' or 'loop') that were previously common variable names.
Even in 4.0 code, I doubt the underscore is a popular variable/routine name. In fact, I wonder if it has been used at all this way by any code.
It has been used at least in some of the euphoria unit tests. Specifically, t_net_dns.e and and t_socket.e.
Matt