Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 10, 2019 19:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/affa1bcf6e74382ee1d65699315144f5 to your computer and use it in GitHub Desktop.
evalable6
sub postfix:<foo> (Str:D $a) { $?ROUTINE.name.say; }; 'a'foo;
(exit code 1)
===SORRY!=== Error while compiling /tmp/Nn1KPD9ElD
Variable '$?ROUTINE' is not declared. Did you mean 'Routine'?
at /tmp/Nn1KPD9ElD:1
------> sub postfix:<foo> (Str:D $a) { ⏏$?ROUTINE.name.say; }; 'a'foo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment