the way im generating the table since i thought
doing 52 hadds would be in bad taste

on *:start:{
if ($isfile(cards.hsh)) {
hmake cards 6
hload -o cards cards.hsh
}
else {
hmake cards 6
var %card.install = 1
while ($read(cards.txt,%card.install)) {
hadd cards %card.install $read(cards.txt,%card.install)
inc %card.install
}
}
}

contents of cards.txt
A-S
A-C
A-H
A-D
K-S
K-C
K-H
K-D
Q-S
Q-C
Q-H
Q-D
J-S
J-C
J-H
J-D
10-S
10-C
10-H
10-D
9-S
9-C
9-H
9-D
8-S
8-C
8-H
8-D
7-S
7-C
7-H
7-D
6-S
6-C
6-H
6-D
5-S
5-C
5-H
5-D
4-S
4-C
4-H
4-D
3-S
3-C
3-H
3-D
2-S
2-C
2-H
2-D