comment line in a code windows is indented and appears in a green color.
In coding a comment line is readable explanation or a notation in the source code of a computer program.their purpose is to make source code easier for human to understand and they are generally ignored by compilers and interpreters.
Its a good programming practice to begin all procedures with a brief comment describing what it does.This is for your own benefit and the benefit of anyone else who examines the code.