Wiki

root/cobra/trunk/Tests/100-basics/021-var-decl.cobra

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

Importing test cases.

  • Property svn:eol-style set to native
Line 
1namespace Test
2
3    class Test
4   
5        def main
6            is shared
7           
8            i as int
9            assert i==0
10           
11            b as bool
12            assert b==false
Note: See TracBrowser for help on using the browser.