rev 241 - trunk/pr
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins
Date: 2004-03-31 18:18:34 -0500 (Wed, 31 Mar 2004)
New Revision: 241
Modified:
trunk/pr/re_test.pr
Log:
Re-add List module to imports.
Modified: trunk/pr/re_test.pr
===================================================================
--- trunk/pr/re_test.pr 2004-03-31 23:09:05 UTC (rev 240)
+++ trunk/pr/re_test.pr 2004-03-31 23:18:34 UTC (rev 241)
@@ -1,6 +1,6 @@
#!/usr/local/bin/prothon
-import Re
+import Re, List
def findall(r,s):
result=[]
@@ -37,5 +37,3 @@
print "['this ', ' likes to ', ' around in minks']"
print "mark ('mark')"
print " mark like (' mark like', 'mark', 'like') grp1:<mark> grp2:<like>"
-
-print [1,2] + [3,4]