() xor ()

From PenguinMod Wiki
Jump to navigation Jump to search

The xor block is a boolean that outputs the xor logic gate. It outputs true of only one value is true, and outputs false if both are false or true. To get this block, one must add the "Operators Expansion" extension.

Workaround

This block can be worked around by checking if the booleans are not equal to each other, or by putting a xnor block in a not block.