Make it shorter?
#1

I knew but i forgot, how do you make this shorter:

1) variable_a >= 1 && variable_a < 10
2) variable_a != 0 && variable_a >= 100

Thanks!
Reply
#2

pawn Код:
1 <= variable_a < 10
Second is just the last part, because if it's greater than 100, it's obviously not 0.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)