remarks regarded next removed. (People actually read this ;-)

This commit is contained in:
Eddie Runia
1999-05-11 20:14:09 +00:00
parent 7b81aa2403
commit af595046da
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ Mon May 10 19:32:34 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
* tests/working/statfun
See above
* tests/working/testtok
i was required in next (??)
i was required in next - Problem resolved (Thanx ! Ryszard ?)
19990509-18:00 CET Victor Szel <info@szelvesz.hu>

View File

@@ -4,7 +4,7 @@ procedure main()
for i := 1 to len(a)
qout( a[i] )
next i /* TOFIX : i is required ?? */
next i
return
function strtoarray(s)