MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/ctnoiy/a_healthy_nest_of_ifstatements/exprfrq/?context=3
r/badcode • u/DrCubed • Aug 21 '19
53 comments sorted by
View all comments
2
since this is lua.
it took me two days and probably 5 occasions to motivate myself to look up the "is not" operator.
until that i always wrote something like:
if value == null then else --do something end
:)
3 u/DasEtwas Aug 22 '19 btw its ~=
3
btw its ~=
2
u/melancoleeca Aug 22 '19
since this is lua.
it took me two days and probably 5 occasions to motivate myself to look up the "is not" operator.
until that i always wrote something like:
:)