Topic: quantified repetition
Topic: backtracking
Topic: sequence generators
| |
Note
Icon generators: specifies a set of alternatives, regular statements try alternatives until the entire statement succeeds. eg (x := (3|4)) & (x+2 > 5) sets x to 4
Related Topics
Topic: quantified repetition (11 items)
Topic: backtracking (30 items)
Topic: sequence generators (16 items)
|