Rogue has a conditional called which
[https://github.com/AbePralle/Rogue/wiki/which] that is analogous to C's switch
conditional. It has the added perks of allowing any kind of expression (not just
literal integers), allowing multiple expressions to match a single case, and the
arguable improvement of