[Prev: Class Properties] [Home] [Next: Built-in Types and Objects]
Qt Script 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.
// A one line comment.
/*
A multi-line
comment.
*/
[Prev: Class Properties] [Home] [Next: Built-in Types and Objects]