Hi,
In message "[ruby-talk:13866] Re: local vars in case"
on 01/04/19, ts <decoux / moulon.inra.fr> writes:
| One possible solution to this problem is :
|
| 1) at compile time, when ruby create a NODE_EVSTR to store in this node
|the dynamic variables known at this time.
|
| 2) at runtime, when ruby find a NODE_EVSTR
| a) retrieve the name (or id) of the dynamic variable stored in this node
| b) create these dynamics variables if they don't exist
|
| Is it possible to make this work ?
No, same thing happens with eval(), and this won't for for it.
matz.