Macaulay2 » Documentation
Packages » Hypertext > LABEL
next | previous | forward | backward | up | index | toc

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.