Using a Switch Function on an array of Booleans

I don't know that a Function is the right word for switch/case but it seems like this would exist, is there a way to test multiple booleans using a switch function?
Show an example of your problem.

An array of booleans is like an array of 0's and 1's, just like a binary number.
Last edited on
Topic archived. No new replies allowed.