๐Ÿ’ปap computer science a review

key term - Comment

Citation:

Definition

A comment is a piece of text in a program's source code that is not executed as part of the program but provides information or explanations for human readers. It is used to temporarily disable a piece of code without removing it from the program.

"Comment" also found in: