Comment 语句

在程序中包括解释性注释。

语法

comment

参数 - comment 参数是您要包含的任何注释的文本。

注释

如语法部分中所示,可以使用撇号 (')。

以下示例说明了 comment 语句的用法:

示例 1:

Dim MyStr1
MyStr1 = "Goodbye"      ' This is also a comment.