and

This function returns true if both parameters evaluate to true. Otherwise, it returns false.

Signature:

a-boolean and another-boolean

Arguments:

  • a-boolean: One boolean value to evaluate.

  • another-boolean: The other boolean value to evaluate.