Playing cards: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 6,065: Line 6,065:
shuffle: function [deck [block!]] [deck: random deck]
shuffle: function [deck [block!]] [deck: random deck]


deal: function [deck [block!]] [card: take deck return card]
deal: function [deck [block!]] [take deck]


contents: function [deck [block!]] [
contents: function [deck [block!]] [