ARL Master Index


Naming a RuleSet

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.

Syntax

   RuleSet <name> (
     <rule language statements>+
   )
      

Parameters

       <name>
Is an identifier that names the ruleset.

Example

The following ruleset is preceded by a few comment statements and has the name myRuleSet_1A:


   //------------------------------------------
   // A ruleset to amaze and astound the world!
   //------------------------------------------
   RuleSet myRuleset_1A (

      .
      .
      .
   )
      

Able Rule Language master index.
Able RuleSet Editor master index.
Rules package table of contents.

Last modified: Thu Mar 29 10:15:11 CST 2001