Comments
Comments can be used within the template syntax which are not displayed in the output. Comments are used to structure the syntax or to explain individual instructions or expressions.
Comments begin with the character string '$--' and end with the character string '--$'
Example:
$-- This is a comment! --$
or multi-row:
$--
Comment 1
Comment 2
--$
Comments cannot be nested! |