Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2019 18:40
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/5622ef762fa124bdc91613b824700edf to your computer and use it in GitHub Desktop.
Save Whateverable/5622ef762fa124bdc91613b824700edf to your computer and use it in GitHub Desktop.
evalable6
sub x ($str) { $str.say }; "String".&(x);
(exit code 1)
===SORRY!=== Error while compiling /tmp/nUM6hmTiQ3
Calling x() will never work with declared signature ($str)
at /tmp/nUM6hmTiQ3:1
------> sub x ($str) { $str.say }; "String".&(⏏x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment