defunkt (owner)

Revisions

gist: 215815 Download_button fork
public
Public Clone URL: git://gist.github.com/215815.git
Embed All Files: show embed
Java #
1
2
3
4
5
6
7
Document: class {
  data: String
  init: func(=data) {}
}
 
doc := Document new("important")