The Scripta script processor ignores all characters after
and including any semi-colon on any script line, unless
the semi-colon appears in a quotes-delimited STRING literal.

e.g.,

; This whole line is a comment
                  ; and so is this
Message ";"  ; this command displays a semi-colon
Message ; this command fails because it has no arguments (parameters).


