Created
July 29, 2011 15:29
-
-
Save tadzik/1114044 to your computer and use it in GitHub Desktop.
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
┌─[tadzik@yavin4]─[~/src/nom] (podparser) | |
└─[%]─> cat dupa.pl | |
#= girrafe | |
class Outer { | |
#= zebra | |
class Inner { | |
} | |
} | |
say Outer.WHY; | |
say Outer::Inner.WHY; | |
┌─[tadzik@yavin4]─[~/src/nom] (podparser) | |
└─[%]─> ./perl6 dupa.pl | |
(debugging output removed) | |
girrafe | |
zebra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment