Wiki

root/cobra/trunk/Tests/100-basics/054-modulus.cobra

Revision 1177, 99 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            assert 5 % 4 == 1
9            assert 5 % 5 == 0
Note: See TracBrowser for help on using the browser.