Next: , Previous: Links, Up: Descriptions


4.6 Lists

Unordered Lists

An unordered list is a sequence of items in the format ‘- Text’.

     Example: Unordered list  
      1  Some text before
      2    - First item in the list.
      3    - Second item in the
      4      list.

Ordered Lists

An ordered list is a sequence of items in the format ‘+ Text’.

     Example: Ordered list  
      1  Some text before
      2    + First item in the list.
      3    + Second item in the list.

Definitions Lists

An definition list is a sequence of items in the format ‘:: Term -- Definition’.

     Example: Definition list  
      1  ::FPC -- Free Pascal compiler
      2  ::Lazarus -- An IDE for Free
      3      Pascal