Help for this page

Select Code to Download


  1. or download this
     .A(A),
     .B(B),
     .C(C),
     .D(D),
     .E(E)
    
  2. or download this
     [% FOREACH n in names %]
       .[% n %]([% n %]),
     [%- END %]
    
  3. or download this
    [% names.join(",\n") %]