Skip to content

Instantly share code, notes, and snippets.

@nilium
Created May 31, 2010 10:47
Show Gist options
  • Save nilium/419730 to your computer and use it in GitHub Desktop.
Save nilium/419730 to your computer and use it in GitHub Desktop.
Baz: class {
}
bazFn: func {}
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