next | previous | forward | backward | up | top | index | toc | packages | Macaulay2 website
Hypertext > LABEL

LABEL -- hypertext label item

Synopsis

Description

i1 : html LABEL { "b" }

o1 = <label>b</label>
i2 : LABEL { "title" => "a", "b" }

o2 = b

For the programmer

The object LABEL is a markup type, with ancestor classes Hypertext < BasicList < Thing.