Hello, World! in Objeck
Example for versions
Objeck 2.0.3
bundle Default {
class Hello {
function : Main(args : String[]) ~ Nil {
"Hello, World!"->PrintLine();
}
}
}
Comments
]]>blog comments powered by Disqus
]]>