This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Actions & Rules : Attribute |= expression |
Attribute |= expression |
To make is easier to write rules succinctly, you may use the assignment:
TheAttribute |= expression;
... which sets TheAttribute to true if it is already true, or if the expression is true.
For example:
Urgent |= ^any(child,Urgent)
A project is urgent if it's been declared to be urgent itself, or if any child is urgent
Up: Actions & Rules | |
Previous: Attribute = data | Next: Attribute &= expression |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]