VANAMBURG::Suit
Represents the suit aspect of a card.
name
The name of the card, such as "Jack", "Queen", "Two", etc.
abbreviation
A single character representation of the suit such as "H" for heard, etc.
unicode_char
A unicode represendation of the suit symbol.
equals
Returns true (1) if the name and abbreviation of this object are the same as the suit passed as the parameter.