Comment (computer programming)
In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters. The syntax of comments in various programming languages varies considerably.
Samples
- 'name' and 'path' arguments cannot coexist
- 'name' 과 'path' 인자는 양립할 수 없습니다.
- 'name' or 'path' argument must be provided
- 'name' 또는 'name' 인수를 제공해야 합니다. (둘 중 하나를 반드시 제공해야 합니다)