| [Mumps2Py:] [30] yet another test file. | 
[ Thread Index | 
Date Index
| More lists.mumps2py.org/discuss Archives
] 
Revision: 30
Author:   pgallot
Date:     2008-01-19 16:08:29 +0000 (Sat, 19 Jan 2008)
Log Message:
-----------
yet another test file.
Added Paths:
-----------
    trunk/testfiles/for_length.mps
Added: trunk/testfiles/for_length.mps
===================================================================
--- trunk/testfiles/for_length.mps	                        (rev 0)
+++ trunk/testfiles/for_length.mps	2008-01-19 16:08:29 UTC (rev 30)
@@ -0,0 +1,3 @@
+ S n="HAL",g="Good Morning, dave"
+ FOR i=1:1:$L(n) WRITE !,$E(n,i)
+ For i=1:1:$L(g) WRITE !,$E(g,i),":",$A($E(g,i))