Description : |
Every script within a template starts with a Script declaration. it defines the meta-model element attached to the script and its name. |
Syntax : |
||||||||||||||||||
|
||||||||||||||||||
A script statement starts with <% (or [%) and end with
%> (or %]). The content of the script is made of everything after the script statement, until another script statement is found. |
Example : |
![]() |