//
//  Characters are typically 8 bits.
//  Signed characters use the top-most bit for a sign bit.
//  The variable number could store numbers from -128 to +127.
//
    signed char number;