-
Yuan Peng Chiang thinks this is interesting:
If one of the case
values matches the expression, execution jumps to those statements and continues to the end of the switch
block unless a break
statement is encountered
Minimise
If one of the case
values matches the expression, execution jumps to those statements and continues to the end of the switch
block unless a break
statement is encountered
Minimise