[Mumps2Py:] [28] another test file. |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 28
Author: pgallot
Date: 2008-01-18 21:02:27 +0000 (Fri, 18 Jan 2008)
Log Message:
-----------
another test file.
Added Paths:
-----------
trunk/testfiles/char_ascii_extract.mps
Added: trunk/testfiles/char_ascii_extract.mps
===================================================================
--- trunk/testfiles/char_ascii_extract.mps (rev 0)
+++ trunk/testfiles/char_ascii_extract.mps 2008-01-18 21:02:27 UTC (rev 28)
@@ -0,0 +1,5 @@
+ S n="HAL"
+ FOR i=1:1:3 W !,$E(n,i),":",$A($E(n,i))
+ W ! FOR i=1:1:3 S x=$C($A($E(n,i))+1) W x
+ W ! F i=72,79,87,68,89 W $C(i)
+ W ":",$C(72,79,87,68,89)