Hummingbird
Programming Language
Home
Manual
Specification
Try It
View On GitHub
Try Hummingbird
class Welcome { var message: String init () { this.message = "Hello world!" } init (message: String) { this.message = message } func sayHello () { console.log(this.message) } } var welcomer = new Welcome() welcomer.sayHello()
© Copyright 2015 Hummingbird authors and released under the Modified BSD License. See
LICENSE
for details.
Logo by
Ryan Gonzalez
.