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

Re: Ternary operator (there's no Trinary operator )

by ysth (Canon)
on Jul 19, 2006 at 20:39 UTC ( [id://562418]=note: print w/replies, xml ) Need Help??


in reply to Ternary operator (there's no Trinary operator )

For fun, go through perlop and see how many punctuation (punctual?) operators have actual English names given. Operators are usually described like
Binary "-" returns the difference of two numbers.

The closest thing we have to a canonical list of names might be the PL_op_desc array in opcode.h in perl.git (amusingly enough, not in opnames.h in perl.git).

  • Comment on Re: Ternary operator (there's no Trinary operator )

Log In?
Username:
Password:

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

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

    No recent polls found