I'm trying to write a "switch-case" statement like:
case MyVal
of...
Runwhere MyVal is of type "Value" (which is defined as a uint64). How do I make the compiler interpret it right (since an uint64 is obviously an ordinal type)?
