The mark-up type OL is a member of the class MarkUpType. Each object of class OL is also a member of class MarkUpList.
More general types (whose methods may also apply) :
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
See also:
Methods for using an object of class OL :