thomasoa / andrews-deal

Automatically exported from code.google.com/p/andrews-deal
Other
10 stars 7 forks source link

Holding procedures with "hand" sub-command don't work with hand and suits #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Run the script:

    holdingProc Controls {A K} {expr {$A*2+$K}}
    deal_deck
    puts [Controls hand {A432 A32 A32 A32} spades]
    exit

That should work, and output "2," according to the docs, but it
generates an error.

Either fix the docs or make it work.

Original issue reported on code.google.com by thomasoa on 19 Feb 2010 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by thomasoa on 24 Feb 2010 at 4:18