Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 7, 2019 00:44
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 Whateverable/a86dc0443d0084e7a8e349be620bf4f4 to your computer and use it in GitHub Desktop.
Save Whateverable/a86dc0443d0084e7a8e349be620bf4f4 to your computer and use it in GitHub Desktop.
evalable6
my $seq := gather for 1000 .. 2000 -> $x { gather 26000 .. 27000 -> $y { if 65537*$x + 3511*$y == 1 || 65537*$x + -3511*$y == 1 || -65537*$x + 3511*$y == 1 || -65537*$x+-3511*$y==1 { take ($x, $y); } } }; say $seq[0];
(exit code 1)
===SORRY!=== Error while compiling /tmp/6Nv5ry2CQH
Confused
at /tmp/6Nv5ry2CQH:1
------> 00 .. 2000 -> $x { gather 26000 .. 27000⏏ -> $y { if 65537*$x + 3511*$y == 1 || 6
expecting any of:
infix stopper
postfix
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment