| Action Engine
             | 
A Case represents a selectable case in a Select statement.
A Case is used to represent a selectable condition in a Select statement, allowing for passing arguments to the selectable. It contains a pointer to the Selectable and an array of arguments that can be passed to the Selectable when it is selected.
#include <cases.h>