Switch to edit mode.
Name(s): draw_hand1: cards = args[1]
2: ncards = {}
3: for x in (cards)
4: ncards = {@ncards, x ? this.cards[x] | "hidden"}
5: endfor
6: return #5730:draw_hand(ncards)
7: "Last modified by James (#6397) on Sat Jun 27 14:56:55 1998 EDT."