Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

TSL comment


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


Syntax

Code Block
/* [text] */


Inputs: 

  • text: to be commented out


Example

Code Block
/* 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