26.02.2015, 15:02
Is it possible to use operators (<, >, >= etc.) in switch statements? For example, you might want to do something like
but obviously that doesn't work. Is there a way, or do I just have to use if statements?
pawn Код:
case < 1:
case 1:
case 2: