On Thu, 2009-01-15 at 05:16 -0800, Adam Dingle wrote:
> class Foo {
>     Foo() {
>         stdout.puts("construct\n");
>     }
>    
>     void hello() {
>         stdout.puts("hello\n");
>     }
>    
>     static int main(string[] args) {
>         Foo f = new Foo();
>         f.hello();
>         return 0;
>     }
> }

_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to