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!]] [take deck]
deal: function [other-deck [block!] deck [block!]] [unless empty? deck [append/only other-deck take deck]]


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