comment line
In computing, a line in source code or a configuration file that is ignored by the compiler or interpreter, used for human-readable notes.
このプログラムでは、注記行は「#」で始まります。
In this program, comment lines start with '#'.
Compound of 注記 (annotation, note) and 行 (line).