C++ keyword: constexpr (since C++11)
                
                
                From cppreference.com
                    
                                        
                    
                    
                                                            
                    Usage
  | 
(since C++17) | 
See also
  | 
(since C++23) | 
-  
switchstatement:case,default(as the declaration of the default case label),switch -  
gotostatement:goto -  
continuestatement:continue -  
breakstatement:break -  
returnstatement:return,co_return(since C++20) -  
do-whileloop andwhileloop:do,while -  
forloop and range-basedforloop:for