An erm request:
Can we have the returned value of OW:T-1/?(team:y) as -1 instead of 0?
Would be more convenient to have it this way so that it doesn't confuse with the real number 0 team.
Here's an example showing why this can be useful
Without (team) = -1 from OW:T-1/?(team:y)
- !!PO(x)/(y)/(z):O?(owner:y);
- !!if&(owner)=(NO_OWNER);
- !!PO(x)/(y)/(z):Oi^timerOwner^;
- !!PO(x)/(y)/(z):V0/0 V1/0;
- !!el;
- !!OW:T(owner)/?(team:y) Ti^timerOwner^/?(newTeam:y);
- !!if&(team)<>(newTeam);
- !!PO(x)/(y)/(z):Oi^timerOwner^;
- !!PO(x)/(y)/(z):V0/0 V1/0;
- !!en;
- !!en;
With (team) = -1 from OW:T-1/?(team:y)
- !!PO(x)/(y)/(z):O?(owner:y);
- !!OW:T(owner)/?(team:y) Ti^timerOwner^/?(newTeam:y);
- !!if&(team)<>(newTeam);
- !!PO(x)/(y)/(z):Oi^timerOwner^;
- !!PO(x)/(y)/(z):V0/0 V1/0;
- !!en;