Please enable JavaScript to view this site.

Process Designer

You can add comments anywhere inside your script. To add a single line comment, put a double slash ("//") at the start of the line. Start a multi-line comment with a slash and a star ("/*") and put a star and a slash ("*/") at the end of the comment.

Example:

// This is a single line comment

/* This is a multi-line 

comment */