'bitwise-or': {
        type: 'calc2',
        func: (a, b) => a | b,
        io: {
            in: ['left', 'right'],