代码注释

可以通过以下方式之一向 CGA 源代码添加注释。 可以使用包含 //# 字符的注释行:

// a comment
# another comment

可以使用包含 /* ...... */ 的块注释。

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

或者,也可以使用行内注释。

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