More actions
Updated via bot |
(No difference)
|
Latest revision as of 15:49, 21 October 2025
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