Step includes useful predicates for working with lists, and feature structures.
Lists
[Memberelementlist]
True when element is an element of list.[Lengthlistlength]
True when list has exactly length elements.[Nthlistindexelement]
True when the element of list at position index is element. Note that programming languages traditionally number elements starting from 0. So the first element is index 0, the second is index 1, etc.
Feature structures
[HasFeaturefeatureStructurefeature]
True when featureStructure contains a feature named feature.
|
Previous:
Comparisons
|
Next:
Testing binding status
|