next | previous | forward | backward | up | top | index | toc | home

UL -- hypertext UL item

Synopsis

Description

UL x encloses the list x as a hypertext UL itemized list.

The argument x should be a list of strings or hypertext items.

Here is an example. The expression

UL {"first","second","third"}
produces
  • first
  • second
  • third

See also

Methods that use an object of class UL :

For the programmer

The object UL is a mark-up type, with ancestor classes HypertextParagraph < Hypertext < BasicList < Thing.