Skip to content

Instantly share code, notes, and snippets.

@CurtTilmes
Created December 3, 2017 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CurtTilmes/30a4a47a8c6079cf674cd6e704631c92 to your computer and use it in GitHub Desktop.
Save CurtTilmes/30a4a47a8c6079cf674cd6e704631c92 to your computer and use it in GitHub Desktop.
for @itemlist -> % (:%book (Str:D :$title, Str:D :$author), Int :$count,
:@tags ($first-tag, *@other-tags))
{
say "$title, $author, $count, @tags[], $first-tag, @other-tags[]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment