blob: 6117fbf02703ee1002b7c1121690c92b7a6a280c [file] [log] [blame]
[module myModule('http://www.eclipse.org/emf/2002/Ecore')/]
[comment @main /]
[template public myTemplate(myParam : ecore::EPackage)]
[file (myParam.name + '.txt', overwrite)]
[if ('')]
then block.
[elseif (false)]
elseif block.
[else]
else block.
[/if]
[/file]
[/template]