* Label:
[else]
* Description:
Inserts the 'else' clause of an If Statement:<br/><pre>[else]</pre>
* Text:
[else]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//IfStatement

* Label:
[elseif (
* Description:
Inserts an 'elseif' clause to an If Statement:<br/><pre>[elseif (</pre>
* Text:
[elseif (
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//IfStatement

* Label:
[/if]
* Description:
Inserts the end of an If Statement:<br/><pre>[/if]</pre>
* Text:
[/if]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//IfStatement

* Label:
New For
* Description:
Inserts the following For Statement:<br/><pre>[for (myVariable | expression)]
  
[/for]</pre>
* Text:
[for (myVariable | expression)]
      
    [/for]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//ForStatement

* Label:
New If
* Description:
Inserts the following If Statement:<br/><pre>[if (expression)]
  
[/if]</pre>
* Text:
[if (expression)]
      
    [/if]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//IfStatement

* Label:
New Let
* Description:
Inserts the following Let Statement:<br/><pre>[let myVariable = expression]
  
[/let]</pre>
* Text:
[let myVariable = expression]
      
    [/let]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//LetStatement

* Label:
New File
* Description:
Inserts the following File Statement:<br/><pre>[file (expression, overwrite, 'UTF-8')]
  
[/file]</pre>
* Text:
[file (expression, overwrite, 'UTF-8')]
      
    [/file]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//FileStatement

* Label:
New Protected Area
* Description:
Inserts the following Protected Area Statement:<br/><pre>[protected (expression)]
  
[/protected]</pre>
* Text:
[protected (expression)]
      
    [/protected]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//ProtectedArea

* Label:
[if (
* Description:
Inserts the start of an If Statement header:<br/><pre>[if (</pre>
* Text:
[if (
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//IfStatement

* Label:
[for (
* Description:
Inserts the start of a For Statement header:<br/><pre>[for (</pre>
* Text:
[for (
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//ForStatement

* Label:
[let 
* Description:
Inserts the start of a Let Statement header:<br/><pre>[let </pre>
* Text:
[let 
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//LetStatement

* Label:
[
* Description:
Inserts the start of an Expression Statement:<br/><pre>[</pre>
* Text:
[
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//ExpressionStatement

* Label:
[file (
* Description:
Inserts the start of a File Statement header:<br/><pre>[file (</pre>
* Text:
[file (
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//FileStatement

* Label:
[protected (
* Description:
Inserts the start of a Protected Area Statement header:<br/><pre>[protected (</pre>
* Text:
[protected (
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//ProtectedArea

* Label:
[comment 
* Description:
Inserts the start of a Comment:<br/><pre>[comment </pre>
* Text:
[comment 
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//Comment

* Label:
New Comment
* Description:
Inserts the following sample Comment:<br/><pre>[comment My comment./]</pre>
* Text:
[comment My comment./]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//Comment

* Label:
[comment]
* Description:
Inserts the start of a Block Comment:<br/><pre>[comment]</pre>
* Text:
[comment]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//BlockComment

* Label:
New Block Comment
* Description:
Inserts the following sample Block Comment:<br/><pre>[comment]
My comment.
[/comment]</pre>
* Text:
[comment]
My comment.
[/comment]
* Type (optional):
http://www.eclipse.org/acceleo/4.0#//BlockComment

