
Originally Posted by
Iru
I do not think some of those conditionals do what you think they do.
Specifically, a single set of [] acts as a logical AND, requiring all elements inside them to be true. Multiple sets of [] seperated by spaces are logically OR'd together; if any one of them is true the clause executes. Clauses - separated by semicolons - are exectued in sequence until one of them does something.
Connect With Us