Created
March 1, 2020 15:10
-
-
Save Whateverable/e50abf9e0db4356eee9562cce1a32ce4 to your computer and use it in GitHub Desktop.
evalable6
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
say <Hello, World>.contains(/Hello/, 0); |
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
(exit code 1) | |
Cannot resolve caller contains(List:D: Regex:D, Int:D); none of these signatures match: | |
(List:D: Cool:D \needle, *%_) | |
(Cool:D: Cool:D $needle, :i(:$ignorecase)!, :m(:$ignoremark), *%_ --> Bool) | |
(Cool:D: Cool:D $needle, :m(:$ignoremark)!, *%_ --> Bool) | |
(Cool:D: Cool:D $needle, *%_ --> Bool) | |
(Cool:D: Cool:D $needle, Cool:D $pos, :i(:$ignorecase)!, :m(:$ignoremark), *%_ --> Bool) | |
(Cool:D: Cool:D $needle, Cool:D $pos, :m(:$ignoremark)!, *%_ --> Bool) | |
(Cool:D: Cool:D $needle, Cool:D $pos, *%_ --> Bool) | |
in block <unit> at /tmp/WQfL5Z3Icm line 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment