rev 604 - in trunk: . pr/test
SVN User <[email protected]> Fri, 11 Jun 2004 20:00:39 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark
Date: 2004-06-11 20:00:35 -0400 (Fri, 11 Jun 2004)
New Revision: 604
Modified:
trunk/STATUS.txt
trunk/pr/test/int.pr
Log:
added octal constant test to int.pr, updated status
Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt 2004-06-11 23:57:46 UTC (rev 603)
+++ trunk/STATUS.txt 2004-06-12 00:00:35 UTC (rev 604)
@@ -1,8 +1,6 @@
----------------------- TO-DO (highest priority first) ------------------------
---- change octal constant to 0c377
-
--- unicode module
http://www.prothon.org/pipermail/prothon-user/2004-June/001895.html
Modified: trunk/pr/test/int.pr
===================================================================
--- trunk/pr/test/int.pr 2004-06-11 23:57:46 UTC (rev 603)
+++ trunk/pr/test/int.pr 2004-06-12 00:00:35 UTC (rev 604)
@@ -33,6 +33,8 @@
) | 192328437462345263464564567 & 1495728438374645645346368376456 !=
-1747783760583674902504339775785929746473575241492788:
err(5)
+
+if 016 != 0c20 or 0C20 != 0x10: err(6)
y = 1002003004005006007008009000100200300400500600700800900
print """