Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@MattOates
Created February 7, 2014 10:12
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 MattOates/8860147 to your computer and use it in GitHub Desktop.
Save MattOates/8860147 to your computer and use it in GitHub Desktop.
my @list = ('P','P','G','A','P','T','A','T','T','A');
for 1..4 -> $k { for 1,1+$k...@list.end -> $i { say "$i" } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment