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 |
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
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 multi
LassoScript comment */
?>
No Parameters Required.
See the Lasso 8 Language Guide for examples of how to use this tag.