Help for this page

Select Code to Download


  1. or download this
    // BEGIN 
    // END
    
  2. or download this
    // BEGIN
    switch(x) {
    ...
        // code for baz
    }  
    // END
    
  3. or download this
        (foo, bar, baz)
    
  4. or download this
    // BEGIN
    <%IF @LIST%>
    ...
    }
    <%/IF%>
    // END