I stumbled across this by accident. My question is, is this deliberate or a bug?
Prints "1 or 2".
There's no syntax error or other warning in the IDE.
B4X:
Dim i As Int = 4564564
Select i
Case, 1, 2 <----- note the comma directly after Case
Log("1 or 2")
End Select
There's no syntax error or other warning in the IDE.