Wiki

root/cobra/trunk/Tests/100-basics/013-more-comments.cobra

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

Importing test cases.

  • Property svn:eol-style set to native
Line 
1namespace Test
2# a comment
3    class Test
4# a comment
5        def main
6            is shared  # this comment here once broke the parser
7    # a comment
8            return 
Note: See TracBrowser for help on using the browser.