Logical Ops and Arrays
Logical operations yield 0 (false) or 1 (true). When performed on arrays, an array of 0�s and 1�s is the result.
The functions any and all yield 1 if, respectively, any or all of the elements in their array argument are non-zero