<< Click to Display Table of Contents >> Rem (statement) |
Rem Comment
Or:
'Comment
Marks comments. Comments are ignored during execution of the script.
See also: section Syntax fundamentals
Example:
Rem This is a comment
' This is also a comment