And
Outputs True when all inputs are True. If any input is False, it outputs False.
Outputs True when all inputs are True. If any input is False, it outputs False.
Outputs False only when all inputs are True. If any input is False, it outputs True.
Outputs True when all inputs are False. Otherwise, outputs False.
Outputs the opposite of the input boolean.
Outputs True if any input is True. Otherwise outputs False.
InputsOutputsbool | Inputbool | Result