LOTUSSCRIPT 言語


例:Rem ステートメント
例 1

Rem  This is a comment in the script.
'This is also a comment in the script.

例 2

x = 5 :Rem The colon is required to separate statements.
x = 5   ' No colon is required before a single quote.

関連項目