Code comments

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Comments can be added to CGA source code by either line comments with the characters // or #:

// a comment
# another comment

or block comments with /* ...... */

/* block comments
   can be used to write
   multi-line comments
*/

or inline comments

Lot -->
    Garden House /*Garage*/ Fence
    ...
    comp(f){ front : F  | /* side : S  | */ top : T }