Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Comment: Difference between revisions

From Groundhog Learning
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

Related Actions

References