Hi,

In message "[ruby-talk:5861] Re: local variables (nested, in-block, parameters, etc.)"
    on 00/10/26, Mathieu Bouchard <matju / cam.org> writes:

|here the effect is widely exaggerated; real situations wouldn't show so
|much of a difference. What I'm curious about is, if this is the
|improvement, then what was the original situation?

Plain "local" variables are accessed via arrays;  The original
situation was no "dynamic".  When I had to introduce "dynamic"
variables, I didn't want to remove array access.

							matz.