- //
- /*
- */
Comments
          
              
          
              Single line, whatever comes after // is a comment.
          
      
  
  
  
  
  
  
  
  
//
          
              
          
              Multi-line, whatever is between a pair of /* */ is a comment.
          
      
  
  
  
  
  
  
  
  
/* */