C++ keyword: case
                
                
                From cppreference.com
                    
                                        
                    
                    
                                                            
                    Usage
-  
switchstatement: as the declaration of the case labels 
See also
  | 
(since C++17) | 
  | 
(since C++23) | 
-  switch statement: 
switch -  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