[module withIfFalseCondition('http://www.eclipse.org/emf/2002/Ecore')/]

[comment @main /]
[template public myTemplate(myParam : ecore::EPackage)]
  [file (myParam.name + '.txt', overwrite)]
    fist text.
    [protected (myParam.name)]
      [if (false)]
        [myParam.name/]
      [/if]
    [/protected]
    last text.
  [/file]
[/template]