Dannii wrote:
I don't understand why you think that. It's really almost equivalent to your phrase, except that it also checks the actor. (Actually it also uses block values so it might be considerably slower... I don't think the current action variable is normally set so this will add extra processing.)
A caveat: I'm obviously not at your level when it comes to programming. That said, my reasoning was this:
- To see if X is the noun, we use a "to decide" phrase on an object that varies.
- To see if X is the second noun, we use a "to decide" phrase on another object that varies.
- To see if X is either of them noun, we use a "to decide" phrase on a stored action.
Conceptually, the third seems a different way of doing it for no apparent reason.
Dannii wrote:
Also, To...: are phrases, not rules. So you should say
To decide whether any/either/a noun is (item - a thing) (this is the match either noun phrase):
I didn't even know that was accepted syntax. Huh.