Created
December 1, 2017 17:29
-
-
Save Whateverable/b7dfe5f33145417c29b42a3ab0b26450 to your computer and use it in GitHub Desktop.
committable6
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
c8ec2999bee^,c8ec2999bee my $a = 0.99999999999999999999; my $b = $a.perl.EVAL; say $a.WHICH; say $b.WHICH |
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
¦«c8ec2999bee^»: | |
Method 'A' not found for invocant of class 'Int' | |
in block <unit> at EVAL_0:1 | |
in block <unit> at /tmp/ALgW1AVhe_:1 | |
«exit code = 1» | |
¦«c8ec299»: | |
Rat|99999999999999999999/100000000000000000000 | |
Rat|99999999999999999999/100000000000000000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment