Switch Case Statement

I’d love so see an implementation of the Switch-Case-Statement to replace the long if - else if - else chains.
Something like this:

Switch [VARIABLE]
-Case [VARIABLE]
–BLOCKS
–BLOCKS
–[…]
-Case [VARIABLE]
–BLOCKS
–BLOCKS
–[…]