Wiki

root/cobra/trunk/Tests/100-basics/034-set-property.cobra

Revision 2636, 159 bytes (checked in by Charles.Esterbrook, 7 weeks ago)

JVM back-end progress.
credit:hopscc

  • Property svn:eol-style set to native
Line 
1#.require. clr
2namespace Test
3    class Test
4        def main
5            is shared
6            nl as String = Console.out.newLine
7            Console.out.newLine = nl
8            # set a shared property
Note: See TracBrowser for help on using the browser.