关键字参考


#comments-start

注释指定的片断.(注释块).

#comments-start
...
...
#comments-end

参数

None.

注意/说明

#comments-start 和 #comments-end 是成对出现的.
你可以使用缩写的关键字 #cs#ce 代替.
不能注释它们自己!

相关

示例/演示


#comments-start
    MsgBox(4096, "", "这是不执行的")
    MsgBox(4096, "", "或者这样")
#comments-end

; #cs
MsgBox(4096, "", "如果取消上下行任意的注释将出现警告:没有发现匹配的 '#cs/#ce'.")
; #ce