blob: 3d23c54442147764a70e28ca5192141daaab3273 [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 (false)]
then block.
[elseif (true)]
elseif block.
[else]
else block.
[/if]
[/file]
[/template]