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

Comment

From Groundhog Learning
Revision as of 15:49, 21 October 2025 by Groundhog (talk | contribs) (Updated via bot)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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