l3mming

joined 1 month ago
[โ€“] l3mming@lemmy.world 6 points 2 weeks ago

Artix is an under-appreciated gem.

[โ€“] l3mming@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

You clearly haven't used Perl a lot. Perl's ternary looks like:

$even = $num % 2 ? "nay" : "yay";

Incidentally, it is also the same as PHP's, but mainly because PHP stole it.