Code comments

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 }