blob: 4f9862437d602c9bddd4acc42f060b1c10c99bcd [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 (false)]
elseif block.
[else]
else block.
[/if]
[/file]
[/template]