Comment Line

Information that is written into the program but is not interpreted as a program command. The compiler will skip over the comment line during compilation. Comment lines allow you to enter text information describing the functionality of a specific section of code. Comment lines are especially helpful for describing subroutines and areas of program code that are difficult to understand.