[Mumps2Py:] [15] test file for demonstrating the translation of the Extract intrinsic function . |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 15
Author: pgallot
Date: 2008-01-17 18:56:58 +0000 (Thu, 17 Jan 2008)
Log Message:
-----------
test file for demonstrating the translation of the Extract intrinsic function.
Added Paths:
-----------
trunk/testfiles/for_extract.mps
Added: trunk/testfiles/for_extract.mps
===================================================================
--- trunk/testfiles/for_extract.mps (rev 0)
+++ trunk/testfiles/for_extract.mps 2008-01-17 18:56:58 UTC (rev 15)
@@ -0,0 +1,2 @@
+ FOR i=1:1:6 WRITE !,$E("HOWDY",1,i),"*"
+ FOR i=0:1:6 WRITE !,$E("HOWDY",1,i),"*"