The RuleSet statement is the outer-most statement in a source rule file. Comments may appear before, within, and after the RuleSet statement. All other rule language statements must appear within the RuleSet statement.
RuleSet <name> ( <rule language statements>+ )
//------------------------------------------ // A ruleset to amaze and astound the world! //------------------------------------------ RuleSet my_Fuzzy_Ruleset.1A ( ... )