From: Grant Rettke (grettke at acm.org) Date: Fri Jan 18 12:04:49 EST 2008 |
|
On Jan 18, 2008 10:55 AM, Ran Gutin <manicmessiah at gmail.com> wrote: > So why does the 'eval' function completely ignore the current scope and > search the global namespace? This is the expected behavior. Eval only works on the top level environment.
Posted on the users mailing list. |
|