One more note: you also have to import x10.io.Console (should this be
implied rather than explicit?):

import x10.io.Console;
class hello {
     public static def main(args:Rail[String]) : void {
                Console.OUT.println("Hello World!");
     }
}

Best,
--Jeff

David P Grove wrote:
> "Kuehn, Jeffery A." <[email protected]> wrote on 03/24/2009 12:04:17 AM:
>  >
>  > Any chance of posting an update to the language spec also?
>  > Best Regards,
>  > --Jeff
> 
> Done.  http://dist.codehaus.org/x10/documentation/languagespec/x10-173.pdf
> 
> I added posting an updated language spec to our preparing a release 
> checklist; next time you shouldn't have to remind us :)
> 
> thanks,
> 
> --dave
> 

-- 
========================================================================
Jeffery A. Kuehn, Senior HPC Evaluation Researcher
Computer Science and Mathematics Division, Application Performance Tools
National Center for Computational Sciences, Scientific Computing Group
Institute for Advanced Architectures and Algorithms
Extreme Scale System Center
Oak Ridge National Laboratory
One Bethel Valley Road MS6164
Oak Ridge, TN  37831
P:865.241.6134 F:865.241.4811
========================================================================
"The most exciting phrase to hear in science, the one that heralds new
  discoveries, is not 'Eureka!' (I found it!) but 'That's funny....'"
                                                       --Isaac Asimov

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to