A Tinderbox Reference File : Actions & Rules : Attribute &= expression |
Attribute &= expression |
To make is easier to write rules succinctly, you can use the assignment:
TheAttribute &= expression;
... which sets TheAttribute to be true only if it is currently true AND the expression is also true.
For example:
Urgent &= ^any(child,Urgent)
A project is urgent if it's been declared to be urgent itself and if any child is urgent.
Up: Actions & Rules | |
Previous: Attribute |= expression | Next: Attribute = expression |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]