// LassoScript Comment

Delimiter

Delimiter

Preferred

5.0

The double slash is used to introduce a LassoScript comment. All characters until the end of the line are ignored and not processed.

It is good style to use comments to document LassoScript code so that it is easier to figure out what the code is supposed to do later.

<? LassoScript
  // This is a LassoScript comment;
?>