C++ keyword: switch
                
                
                From cppreference.com
                    
                                        
                    
                    
                                                            
                    Usage
-  
switchstatement: as the declaration of the statement 
See also
  | 
(since C++17) | 
  | 
(since C++23) | 
-  switch statement: 
case -  default (as case label declaration) etc: 
default -  goto statement: 
goto -  continue statement: 
continue -  break statement: 
break -  return statement: 
return 
| (since C++20) | 
-  do-while loop and 
whileloop:do,while -  for loop and range-based 
forloop:for