NEVER DISPLAY (posted already): New Poll: Favorite New Operator from Apocalypse 3

pudge on 2001-10-11T12:04:33

darno writes "How about a new poll to reflect the latest apocalypse? Maybe favorite _new_ operator from Apoc3..

I suggest using Damian's excellent summary for the choices:


unary _ is the explicit string context enforcer
binary ~~ is high-precedence logical xor
unary * is a list context specifier for parameters and a array flattening operator for arguments
unary ^ is a meta-operator for specifying vector operations
unary := is used to create aliased variables (a.k.a. binding)
unary // is the logical 'default' operator


Cheers."