| 2691 | 😀 | Suggestion | Can we get behavior instructions for bitwise operations: AND, OR, XOR, and NOT. It would also be nice to know if the number portion of a variable is 32 or 64 bit. I'm looking to bit pack flags into a single number to convey multiple states simultaneously. For instance, I have a delivery system based on signal registers that simulates channels. It would be great to register as a source for multiple channels by turning on individual bits in a number. You could also register as a destination for multiple channels by reserving the high order bit to indicate destination and the remaining bits for which channel(s) to receive from. | | 2023-10-03 04:18:19 |