or
This function returns true if either parameter evaluates to true. Otherwise, it returns false.
Signature:
a-boolean or another-boolean
Arguments:
-
a-boolean
: First parameter to evaluate. -
another-boolean
: Second parameter to evaluate.