by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)


Name

assignMethod — Defines how to assign content to start and named patterns

Synopsis

assignMethod ::= "="
 |"|="
 |"&="

May be included in

div, grammar, include

XML syntax equivalent

None

Description

The assignMethod describes how the content of start and named patterns are affected by a new definition. assignMethod may take the values: = (definition), &= (combination by interleave), or |= (combination by choice).


This text is released under the Free Software Foundation GFDL.