Wiki

root/cobra/trunk/Tests/100-basics/903-use-structs.cobra

Revision 1177, 115 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           
6            now as DateTime = DateTime.now
7            assert now.year > 2000
Note: See TracBrowser for help on using the browser.