Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
enum orientation : byte
{
north = 1,
south = 2,
east = 3,
west = 4
}
myDirection = checked((orientation)myByte);