| [Mumps2Py:] [31] tweaked file a bit. | 
[ Thread Index | 
Date Index
| More lists.mumps2py.org/discuss Archives
] 
Revision: 31
Author:   pgallot
Date:     2008-01-19 16:24:00 +0000 (Sat, 19 Jan 2008)
Log Message:
-----------
tweaked file a bit. Added a couple of empty lines.
Modified Paths:
--------------
    trunk/testfiles/for_length.mps
Modified: trunk/testfiles/for_length.mps
===================================================================
--- trunk/testfiles/for_length.mps	2008-01-19 16:08:29 UTC (rev 30)
+++ trunk/testfiles/for_length.mps	2008-01-19 16:24:00 UTC (rev 31)
@@ -1,3 +1,5 @@
- S n="HAL",g="Good Morning, dave"
+ 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))
+
+ W ! For i=1:1:$L(g) WRITE !,$E(g,i),":",$A($E(g,i))