Category:Objeck: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with '{{stub}}{{language}}')
 
No edit summary
Line 1: Line 1:
=={{header|The Objeck Programming Language}}==
{{stub}}{{language}}
===Say Hello!===
<lang>
bundle Default {
class SayHello {
function : Main(args : String[]), Nil {
"Hello World!"->PrintLine();
}
}
}
</lang>

Revision as of 08:14, 16 May 2010

The Objeck Programming Language

Say Hello!

<lang> bundle Default {

 class SayHello {
   function : Main(args : String[]), Nil {
     "Hello World!"->PrintLine();
   }
 }

} </lang>

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Objeck"

The following 200 pages are in this category, out of 331 total.

(previous page) (next page)
(previous page) (next page)