Help for this page

Select Code to Download


  1. or download this
    [% DEFAULT n = 1 %]
    
    [% x = f(n) %]
    
  2. or download this
    [% INCLUDE snippet n=0 %]
    
  3. or download this
    [% DEFAULT n = 1 %]
    [% IF z = 1; n = 0; END %]
    [% x = f(n) %]
    
  4. or download this
    [% INCLUDE snippet z=1 %]