Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 13, 2019 18:02
evalable6
my @a = <a b c d e f>; my ($k, $v) = @locals.kv.rotor(2).grep({ .[2] eq 'd' ).flat.say
(exit code 1)
===SORRY!=== Error while compiling /tmp/U7QEw5KC6z
Missing block
at /tmp/U7QEw5KC6z:1
------> @locals.kv.rotor(2).grep({ .[2] eq 'd' ⏏).flat.say
expecting any of:
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