LassoScript Utility
Basics Browse Detail

/* LassoScript Comment */

Tag Link /* LassoScript Comment */ Category Delimiter
Type Delimiter Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation Internal Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

A comment can be inserted into LassoScript using the /* ... */ delimiters. Everything between the delimiters is ignored and not processed. The delimiters can surround a multi-line comment, but cannot be nested.

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.

Syntax

<? LassoScript
/* This is a multi-line
LassoScript comment */
?>

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.