TAG:
Syntax extensions for XML ยป Dispatch on XML tag names

Prev:TAGS:


Vocabulary
xml.syntax

Syntax
TAG: tag word definition... ;


Inputs
None

Outputs
None

Word description
Defines a 'method' on a word created with TAGS:. It determines what such a word should do for an argument that is has the given name.

Examples
TAGS: x ( tag -- ) TAG: a x drop "hi" write ;


See also
TAGS:

Definition