Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 29, 2019 20:26
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/b53d86ed09cb2724ee792cfaa5241f82 to your computer and use it in GitHub Desktop.
Save Whateverable/b53d86ed09cb2724ee792cfaa5241f82 to your computer and use it in GitHub Desktop.
evalable6
CATCH { default { put .^name } }; my $, = 5;
(exit code 1)
===SORRY!=== Error while compiling /tmp/6J0HydCzGi
Unsupported use of $, variable; in Perl 6 please use .join() method
at /tmp/6J0HydCzGi:1
------> CATCH { default { put .^name } }; my $,⏏ = 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment