Help for this page

Select Code to Download


  1. or download this
    begin_section
         name=section_name
    ...
         .
         .
    end_section
    
  2. or download this
    if(/begin_item/) {
      while (!/end_item/) {
      ...deal with data members here...
      }
    }