Stitcher language comments
Comments are introduced by --
or //. If a comment
requires a carriage return, the characters on the next line must also be commented
out.
The following example shows how to use comments.
-- This is a valid comment.
// This is also a valid comment.