Created
May 31, 2010 10:47
-
-
Save nilium/419730 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Baz: class { | |
} | |
bazFn: func {} |
This file contains hidden or 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
import baz into BUMP | |
main: func { | |
woop := BUMP Baz new() // cool | |
BUMP bazFn() // poppin' fresh' | |
} | |
fooFn: func -> BUMP Baz { // no-go | |
return null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment