We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be2a97 commit 4d67f83Copy full SHA for 4d67f83
1 file changed
blocks_vertical/live_tests.js
@@ -36,8 +36,8 @@ Blockly.Blocks['operator_expandableBool'] = {
36
menuGenerator: function () {
37
const dropdown = new Blockly.FieldDropdown(function () {
38
return [
39
- ["and", "a"], ["or", "o"],
40
- ["nand", "n"], ["nor", "N"]
+ ["and", "a"], ["or", "o"], ["xor", "x"],
+ ["nand", "n"], ["nor", "N"], ["xnor", "X"]
41
];
42
});
43
const ogSetValue = dropdown.setValue;
0 commit comments