// (double slash)
Comment
Any characters after //
on a line are treated as a comment and are ignored by SenseTalk.
This type of comment can appear on a line by itself, after a statement, or after a continuation character (\
) as shown in the example below.
Example:
put "start here" \ // comment here
"(and continue)"
Related Terms
Related terms in the SenseTalk Dictionary.