With *elseif
, the code chooses the first correct condition from the entire set. With just *if
, the code will check all the conditions in the set.
I’ll link one of my old threads about it
With *elseif
, the code chooses the first correct condition from the entire set. With just *if
, the code will check all the conditions in the set.
I’ll link one of my old threads about it