Or constructor
Or(
- List args
Creates $or operator expression
Evaluates one or more expressions and returns true if any of the expressions
are true. Otherwise, $or returns false.
Implementation
Or(List args) : super('or', AEList(args));