Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Precedence for Idiots

by rsFalse (Chaplain)
on Mar 05, 2021 at 11:39 UTC ( [id://11129154]=note: print w/replies, xml ) Need Help??


in reply to Re: Precedence for Idiots
in thread Precedence for Idiots

For me "Logical Questions" section's table seems much confusing!
Column "Meaning" doesn't really mean what is written in column "Function".
E.g. look at the first example line. Operator 'or' has even higher precedence than '=' and meaning becomes not '($x = (5 == 6)) or ($x = (5 == 5))' but '($x = (5 == 6)) or (5 == 5)', i.e. right side of 'or' operator are not ever assigned to '$x';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-24 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found