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

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