Table of Contents


Defining 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

   //------------------------------------------
   // A ruleset to amaze and astound the world!
   //------------------------------------------
   RuleSet my_Fuzzy_Ruleset.1A (
     ...
   )
      

Rule language table of contents.
Fuzzy editor table of contents.
Fuzzy System table of contents.

Last modified: Thu Sep 30 13:04:49 CDT 1999