Pattern Alternatives

A pattern alternative matches a given ground expression against a list of sentences.

Syntax

PatternAlternative =
     "\{" SentenceList "}" |
     " {" SentenceList "}" |

SentenceList =
     { Sentence ";" }.
Related concepts
Error Traps
Alternative Matches
Sentences
Function Definitions