In computer programming, "remarks" added to a line of code that explains that line, or provides other information relevant to another programmer rather to the computer itself. Comments are usually set off from the lines of code by characters such as double hyphens (—) that computer knows to ignore.