[Prev: Class Properties] [Home] [Next: Adding Modules to a Project]

Comments

// A one line comment.

/*
    A multi-line
    comment.
*/

supports the same commenting syntax as C++. One line comments may appear on a line of their own, or after the statements on a line. Multi-line comments may appear anywhere.

[Prev: Class Properties] [Home] [Next: Adding Modules to a Project]