/gist:e3481d2cf907cccbd984 Secret
Created
February 20, 2015 19:07
Star
You must be signed in to star a gist
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
| MacBookProRetinaFCO:Resource fernando$ ~/rakudo-star-2015.01/install/bin/perl6 -e ' | |
| class MyType { method postcircumfix:<( )>($from) { say $from } }; my MyType() $x = 42 | |
| ' | |
| ===SORRY!=== Error while compiling -e | |
| coercive type declarations not yet implemented. Sorry. | |
| at -e:4 | |
| ------> ( )>($from) { say $from } }; my MyType()⏏ $x = 42 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment