Combining Case Clauses
Wednesday, March 26th, 2008You can combine the case clauses in a switch statement together so as to perform exactly the same processing for multiple values.
You can combine the case clauses in a switch statement together so as to perform exactly the same processing for multiple values.