A note in the code that is ignored by the computer when running the program.
Details
- Programmers use comments to make the code easier to understand.
- Most programming languages support both single-line and multi-line comments, also called block comments.
Related Concepts
- Used in: Programming Language
Related Actions
- Is created: Write a Comment