Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 17, 2020 18:23
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/090550eeb6f175000d3f2c120a97aa85 to your computer and use it in GitHub Desktop.
Save Whateverable/090550eeb6f175000d3f2c120a97aa85 to your computer and use it in GitHub Desktop.
evalable6
my @a=^10;@a.kv.map(->$idx,$val{for @[$idx .. *] -> $b {if {$val==$b}{last;}LAST{say $val~","~$b}}})
(exit code 1)
===SORRY!===
Shape declaration is not yet implemented; please use whitespace if you meant something else
at /tmp/gzGrtF61Tq:1
------> my @a=^10;@a.kv.map(->$idx,$val⏏{for @[$idx .. *] -> $b {if {$val==$b}{l
Variable '$val' is not declared. Did you mean '&val'?
at /tmp/gzGrtF61Tq:1
------> ->$idx,$val{for @[$idx .. *] -> $b {if {⏏$val==$b}{last;}LAST{say $val~","~$b}}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment