Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: Why is the execution order of subexpressions undefined? (victim)

by tye (Sage)
on Apr 12, 2005 at 05:35 UTC ( [id://446856]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Why is the execution order of subexpressions undefined? (victim)
in thread Why is the execution order of subexpressions undefined?

We are talking order. The order that the calculations get performed need not be as you specified (based solely on precedence and associativity). Even if + might be redefined by the programmer such that x+y != y+x, computing x+y does not require that x be computed before y.

- tye        

  • Comment on Re^4: Why is the execution order of subexpressions undefined? (victim)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://446856]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 16:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found