Description
Currently, there is no rule specification example in the docstring of the Variable.rule attribute. The goal of this issue is to add such an example in order to separate the "classic" rules from the reference rules.
Questions/Ideas
- Such an example could be something like:
Sum(Var1, Var2) for a standard rule, or [Identifier] for a reference rule added to the docstring of Variable.rule.
Description
Currently, there is no rule specification example in the docstring of the
Variable.ruleattribute. The goal of this issue is to add such an example in order to separate the "classic" rules from the reference rules.Questions/Ideas
Sum(Var1, Var2) for a standard rule, or [Identifier] for a reference ruleadded to the docstring ofVariable.rule.