Category:Objeck

From Rosetta Code
Revision as of 08:14, 16 May 2010 by Objeck (talk | contribs)

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)