4.3.1. Compound Rule

[Tip]Description

A compound rule is such an ASM rule invocation that contains nested rules executed in different ways.

A compound rule can be

[Important]Syntax
CompoundRuleAST ::=  SequentialRuleAST | RandomRuleAST | ParallelRuleAST  
                   | LetRuleAST | IterateRuleAST 
                   | ChooseRuleAST | ForallRuleAST 
                   | IfRuleAST | TryRuleAST