Skip to content

Commit

Permalink
Remove no longer needed @() in S03-metaops/cross.t
Browse files Browse the repository at this point in the history
Thanks to vendethiel++ for pointing that out
  • Loading branch information
niner committed Aug 17, 2015
1 parent 1ac5df1 commit c97a3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-metaops/cross.t
Expand Up @@ -20,7 +20,7 @@ is ([+] 1, 2, 3 X** 2, 4), (1+1 + 4+16 + 9+81), '[+] and X** work';
# L<S03/List infix precedence/This becomes a flat list in>
{
my @result = gather {
for flat @(1..3 X 'a'..'b') -> $n, $a {
for flat 1..3 X 'a'..'b' -> $n, $a {
take "$n|$a"
}
}
Expand Down

0 comments on commit c97a3a5

Please sign in to comment.