Would be nice to have the following: ``` SELECT A CASE 1: PRINT "A" CASE 2 TO 4: PRINT "B-D" DEFAULT: PRINT "OTHER" ENDSELECT ```