blob: 1cb9f4307d14ad8554e078547bb42ab8ef557528 [file] [log] [blame]
String x = '5';
switch(x) {
case "0":
case "1":
print 2
break
case "2":
print 4
}