| 
   
		
            
             
				
            
          
		
		
				
		
				06-05-2004, 04:29 PM
			
			
			
		 
               
 // is internal documentation, or a comment, which is not read by the program.  Goes for most programming languages
 ex: it can be used to help you remember a certain line of code
 FOR(x=1;x<=2;x++)        //Start of a for loop
 
 gg programming class
 |