Is there any way to add case statements at any position inside a switch, in a way which makes the cases check for consecutive numbers for each case from top to bottom without specifying each index by hand? I especially need a way to INSERT more cases at any point during development into any place in the switch statement without changing ALL the case indices below.