So that you can do this:


type SomethingUseful {
name : String
function sayHello() : String {
return this.name;
}
}

var s = SomethingUseful(name=“Zef”);
s.sayHello();

Submitted by Zef Hemel on 17 August 2010 at 10:19

On 9 March 2011 at 14:35 Zef Hemel closed this issue.

Log in to post comments