blob: 0c10b836f4aa2274547b0626f1a8dc722f09bf55 [file] [log] [blame]
[module ifStatementElseIf('http://www.eclipse.org/emf/2002/Ecore')/]
[template public myTemplate(myParam : ecore::EPackage)]
[file (myParam.name + '.txt', overwrite)]
[if (false)]
then block.
[elseif (true)]
elseif block.
[else]
else block.
[/if]
[/file]
[/template]