注释#

C风格的注释被支持:

  • 行注释:// 表示从注释开始到行尾的所有内容都被注释掉。

  • 块注释:/* .. */。注意块注释可以嵌套,所以 /* this is a /* single */ comment */