You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

TSL comment


You can use TSL comment tags in order to add comment to your TSL.


Syntax

/* [text] */


Inputs: 

  • text: to be commented out


Example

/* The statement below creates a list of all user names. 
This is a multi line comment. */
[[[FOREACH user]]]Name: [[[user.last_name]]], [[[user.first_name]]][[[/FOREACH]]]


Back to Top

  • No labels