Comments can be inserted inside script. You can use ' chars or REM. Comments finish at the end of line.
Examples:
' This is a comment before ShowMessage
ShowMessage("Ok")
REM This is another comment
ShowMessage("More ok!")
'
And this is a comment
' with two lines
ShowMessage("End of okays")