comment

B1
Pronunciation
/ˈkɒmɛnt/
/ˈkɑmɛnt/
Noun
2 definition(s)
1 Definition

A spoken or written remark.

Example Sentences
  • I have no comment on that.
2 Definition

A remark embedded in source code in such a way that it will be ignored by the compiler or interpreter, typically to help people to understand the code.

Verb
5 definition(s)
1 Definition

To remark.

2 Definition

(with "on" or "about") To make remarks or notes.

3 Definition

To comment or remark on.

4 Definition

(of code) To insert comments into (source code).

Example Sentences
  • I wish I'd commented this complicated algorithm back when I remembered how it worked.
5 Definition

(of code) To comment out (code); to disable by converting into a comment.