Rules

A Rule is the fundamental object in the Intent system. A rule is a named expression which, when evaluated, returns a value of a specified type. Rule expressions can range from the simple to the very complex.

Examples of rules include:

The rules shown below could be used to define the three major dimensions of a box:

Rule height As Number = 100
Rule width As Number = 150
Rule depth As Number = 200