Created
July 23, 2016 19:48
-
-
Save Whateverable/f71d89e868002cbc98eefac92e10b324 to your computer and use it in GitHub Desktop.
evalable
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".Numeric; say $a.WHAT; say ($a.?xyz).WHAT |
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
|«HEAD»: (Failure) | |
Cannot convert string to number: base-10 number must begin with valid digits or '.' in '<HERE>a' (indicated by <HERE>) | |
in block <unit> at /tmp/ZGb7BGBEGQ line 1 | |
Actually thrown at: | |
in any at gen/moar/m-Metamodel.nqp line 3055 | |
in block <unit> at /tmp/ZGb7BGBEGQ line 1 | |
exit code = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment