Also known as comment, source code comment, code comment, script comment, computing comment
explanatory note in the source code of a computer program, skipped during its compilation or interpretation and without effect on execution
Wikidata facts
- Instance of
- text
- Subclass of
- software documentation
- Image
- Servo & Arduino Code.JPG
Show 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/comments
Sources (1)
via Wikidata · CC0
Article · 中文
在计算机语言中,注释是计算机语言的一个重要组成部分,用于在源代码中解释代码的功用,可以增强程序的可读性,可维护性,或者用于在源代码中处理不需运行的代码段,来调试程序的功能执行。 注释在随源代码进入预处理器或编译器处理后会被移除,不会在目标代码中保留其相关信息。
Abstract from DBpedia / Wikipedia · CC BY-SA