Word description If both inputs are true, outputs obj1. Otherwise outputs f.
Notes This word implements boolean and, so applying it to integers will not yield useful results (all integers have a true value). Bitwise and is the bitand word.
Examples Usually only the boolean value of the result is used, however you can also explicitly rely on the behavior that if both inputs are true, the first is output: