Comments

Comments are used to make the source code easier for humans to understand the function of the program. Multi-line comments are used for large text descriptions of code. Comments are ignored by the compiler. Multi-line comments start with /* and end with */.

In the HelloWorld example, there are comments for the set and get methods: