implementation const CardWidth = 65; CardHeight = 75; function Card.color : colors; begin case suit of Diamond: color := Red; Heart: color := Red; Spade: color := Black; Club: color := Black; end end;