I see in Scripts stuff like this lala > 0
and lala >= 0
or lala < 0
and lala < 0
wats the difference? if nothing, then y do people use >= instead of just >?
is greater than < is less than == is equals to = is greater than or equal to <= is less than or equal to
It means greater than or equal to or less than or equal to Ex.
if 2+3 => 8 == true
This would mean it would be false because, Its not less than or equal to.