Are numerical Switches inherently ordered?

E.g. in:
      Budget is a switch [...] whose legal values are integers 
      from 0 to the Income Cap inclusive, defaulting to 0.

if a rule says to "add 1" or perform other math to change a Budget
value, does that work as expected?

The "natural switches" language might help, but doesn't automatically
imply ordered-ness (side note:  Budget should make use of the "natural 
switch" definition, that's what it's there for but no one's using it).

>From Rule 2162:
      A natural switch is a switch with a default value of 0, unless
      the rules explicitly specify a different default value.  If the
      rules define an upper limit for the switch, then the possible
      values are non-negative integers not greater than that limit,
      otherwise the values are the non-negative integers.
 


Reply via email to