If memory serves me right, Ramesh Ananthakrishnan wrote:
> I have this code
> 
>      set S12 ""
>      set I0 0
> WHILE:
>      concat S12 "hi"
>      add I0 1
>      lt I0 10 WHILE
>      print S12
>      ret
...........
> Right version of Parrot, so is this a bug?

I get

No entries on stack!
hihihihihihihihihihi

last changelog entry in my built parrot is on 2002-03-19 22:54 .. so I 
guess it's a bit outdated :-)

Gopal
-- 
The difference between insanity and genius is measured by success

Reply via email to