The consistency is between the first and third steps below:
1. if (foo[2] == 3) x(); 2. foo |= bar; 3. if (foo[2] == 3) x();
/ Martin Stjernholm, Roxen IS
Previous text:
2002-12-03 20:41: Subject: `| and order on arrays
Consistent wrt the case I mentioned.
The case you mentioned is one that doesn't exist right now, so I don't see how "consistency" with it would be any point in itself.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)