OL

OL x -- encloses the list x as a hypertext OL itemized list.

The argument x should be a list of strings or hypertext items. The items are numbered in the display.

Here is an example. The expression

     OL {"first","second","third"}
produces
  1. first
  2. second
  3. third

See also hypertext.

Go to main index.

Go to concepts index.