Cannot resolve caller split(Any:U, Str:D); Routine does not have any candidates. Is only the proto defined? in method process at xbin/Coverable.p6 line 111 in method irc-to-me at xbin/Coverable.p6 line 37 in sub at /home/bisectable/git/whateverable/lib/Whateverable.pm6 (Whateverable) line 55 in block at /home/bisectable/.rakudobrew/versions/moar-master/install/share/perl6/site/sources/39A5088DA91F1B29ECFA29323DD262ADFE8C27E7 (IRC::Client) line 293 in method handle-event at /home/bisectable/.rakudobrew/versions/moar-master/install/share/perl6/site/sources/39A5088DA91F1B29ECFA29323DD262ADFE8C27E7 (IRC::Client) line 289 in block at /home/bisectable/.rakudobrew/versions/moar-master/install/share/perl6/site/sources/39A5088DA91F1B29ECFA29323DD262ADFE8C27E7 (IRC::Client) line 114 in block at /home/bisectable/.rakudobrew/versions/moar-master/install/share/perl6/site/sources/39A5088DA91F1B29ECFA29323DD262ADFE8C27E7 (IRC::Client) line 111
Created
August 25, 2020 09:51
-
-
Save Whateverable/1a352b13d1d60da3ae9d3985317ea420 to your computer and use it in GitHub Desktop.
coverable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my @a = ("a" .. "yzz")[]; say @a[(^@a).pick]; say @a.elems; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment