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

LABEL -- hypertext label item

Synopsis

Description

i1 : html LABEL { "b" }

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

o2 = b

o2 : LABEL

For the programmer

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