M
Marcin Mielżyński
Hello,
given:
l=lambda{p local_variables;p a}
a=:whatever
l[]
I know that 'a' variable shoud not be visible for closure, but why
local_variables reports that it exists ? Is this behaviour intended ?
lopex
given:
l=lambda{p local_variables;p a}
a=:whatever
l[]
I know that 'a' variable shoud not be visible for closure, but why
local_variables reports that it exists ? Is this behaviour intended ?
lopex