[top][index]
search for:

NL -- HTML NL item

The mark-up type NL is a member of the class MarkUpType. Each object of class NL is also a member of class MarkUpList.

More general types (whose methods may also apply) :

  • MarkUpList -- the class of mark-up lists used with hypertext
  • BasicList -- the class of all basic lists
  • NL x -- encloses the list x as a hypertext NL itemized list.

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

    Here is an example. The expression

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

    See also:

  • hypertext
  • Methods for using an object of class NL :

  • html NL
  • text NL

  • [top][index]
    search for: