Quick actions

cmd+k|ctrl+k

Navigation

Languages

52 card deck

Snippet info

Language

Raku

Visibility

public

Author

mienaikage

Created

2018-02-16T08:45:49Z

Updated

2018-02-16T08:45:49Z

say (<S H D C> XR~ «A {2..10} J Q K») Z=> gather {
  take ([…] (‘playing card ’ X~ <ace king> X~ “ of $_”)».parse-names)[|^11,12,13].Slip for <spades hearts diamonds clubs>
}
INFO