Simkin Comments


Comments can be embedded within the text in two formats:

   /* 	any text */

or

   // text to end of line

For example:

   Method();		// this is a comment

or:

   /* about to call 
   my method */ 	
   Method();