Skip to content

Instantly share code, notes, and snippets.

@showstopper
Created August 6, 2011 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save showstopper/1129434 to your computer and use it in GitHub Desktop.
Save showstopper/1129434 to your computer and use it in GitHub Desktop.
import myclasses
main: func { B new() }
A: class {
message: String
init: func (=message) {}
init: func ~noArg {}
}
B: class extends A { init: super func}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment