in reply to Re^5: how to write a modified return() call?
in thread how to write a modified return() call?
He said he wondered if (1,2,3,4) could return (4,3,1,2)!I never did.
Just because a language allows itself the freedom to evaluate arguments to function or operators in any order it finds most efficient (which includes lazy evaluation, or parallelism), it doesn't such a language will turn A - B into B - A, just because it evaluated B before A.
You know better than that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: how to write a modified return() call?
by ikegami (Patriarch) on Jul 14, 2009 at 16:24 UTC |