375
submitted 1 year ago* (last edited 1 year ago) by AlmightySnoo@lemmy.world to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] Lemmypy@feddit.nl 18 points 1 year ago

Finally got it...

$a == 1 ? "one" : ( ( $a == 2 ? "two" : $a == 3 ) ? "three" : "other" )

[-] nihilomaster@lemmy.ml 4 points 1 year ago

because "two" is a truthy value?

[-] Worthstream@lemmy.one 1 points 11 months ago

Yep, any non empty string is truthy.

this post was submitted on 14 Jul 2023
375 points (99.5% liked)

Programmer Humor

31259 readers
669 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS