LassoScript Utility
Basics Browse Detail

// LassoScript Comment

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

Description

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.

Syntax

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

Parameters

No Parameters Required.

Examples

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