#Experiments in MoonScript
Created
March 9, 2016 01:57
-
-
Save emekoi/b4ae88fae933b61ea9e2 to your computer and use it in GitHub Desktop.
Experiments in MoonScript
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
foo = | |
str: [[String]] | |
classa: class | |
init:=> | |
print "adad" | |
foo.classa\init! | |
class klassa | |
begin: | |
new:=> | |
@var = [[thedad]] | |
init:=> | |
print @var | |
klassa.begin\new! | |
klassa.begin\init! | |
return nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment