Thomas Sandlaß wrote:
my $x =      1|2|3; # any
my $x =      1^2^3; # one
my $x =      1&2&3; # all
my $x =      1\2\3; # none

[...]

if $a && $b { ... }  # and
if $a || $b { ... }  # or
if $a ^^ $b { ... }  # xor
if $a // $b { ... }  # err
if $a \\ $b { ... }  # nor

Well?

that's all very Huffy (short for Huffmanish), and probably makes a lot of visual sense to someone used to mathematical logic.


but to someone who's not, well, I'm afraid it just looks *weird*.

cheers,
Aldo



Reply via email to