; Semi-Colon

Delimiter

Delimiter

Preferred

5.0

Semi-colons are used to end Lasso tags within LassoScripts. Every tag within a LassoScript should end with a semi-colon unless the tag is used as a sub-tag or within an expression.

Note: If only a single tag is used within a LassoScript then the semi-colon is optional, but recommended.

<?LassoScript
  TagName;
?>

<?LassoScript
  TagName: Tag Parameters;
?>

<?LassoScript
  TagName;
  ...
  /TagName;
?>

; Semi-Colon