The predicate-special-symbol characters are used as punctuation symbols within a predicate or term (see section 6.1 Predicates). See section 6.2.1 State Functions for the meaning of the first two of these symbols; the second two are standard LSL symbols.
predicate-symbol ::=^
|'
|\<
|\>
Larch/C++ recognizes a single quote ('
)
as a predicate-symbol instead of as
the beginning of a character-constant
when it is not immediately
followed by a single char-const-char and another single quote
(see section 4.13.3 Character Constants).
Go to the first, previous, next, last section, table of contents.