Wiki

root/cobra/trunk/Tests/100-basics/031-hello-world.cobra

Revision 1177, 147 bytes (checked in by chuck, 4 years ago)

Importing test cases.

  • Property svn:eol-style set to native
Line 
1namespace Test
2    class Test
3        def main
4            is shared
5            print 'Hello, world.'
6            print 'Hello,', ' world.'
7            print 'Hello,' stop
8            print ' world.'
Note: See TracBrowser for help on using the browser.