Operators in switch statements?
#3

You could use negative numbers and/or a default statement..
pawn Код:
case -22..-14:
case -13..-1:
case 0..1:
case 2..5:
default:
Reply


Messages In This Thread
Operators in switch statements? - by Derexi - 26.02.2015, 15:02
Re: Operators in switch statements? - by awoo - 26.02.2015, 15:11
Re: Operators in switch statements? - by Schneider - 26.02.2015, 15:18

Forum Jump:


Users browsing this thread: 1 Guest(s)