Created
December 25, 2016 13:25
Star
You must be signed in to star a gist
Amharic seasonal greeting in Perl 6
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
| use አማርኛ; | |
| መደብ ሰላምታ { | |
| method ሰላምታ() { | |
| say "መልካም ገና"; | |
| } | |
| } |
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
| use ሰላምታ; | |
| ሰላምታ.ሰላምታ; |
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
| module አማርኛ { | |
| } | |
| package EXPORTHOW { | |
| package DECLARE { | |
| our constant መደብ = Metamodel::ClassHOW; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment