2024-11-18 π programmerhumor β RE: QuazarOmega
been programming since 2008. the fuck is an elvis operator?
2024-11-20 dev_null β edited
Itβs a shorthand for writing this:
[β¦]
variable = if (input != null) input else default
[β¦]
Been programming since the 80s, ditto.
2024-11-18 luciferofastora β 1π¬
Ternary if?then:else
ββββ
ββββ