Script interpreter bug?

These are old bug reports that have been closed.
george moromisato
Developer
Developer
Posts: 2997
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

l0mars01 wrote:Further testing showed me I was wrong about dynamic extent:

Code: Select all

(setq a True) -> True
(block (a) a) -> Nil
(block (a) ((lambda Nil a))) -> True
Obviously this will change in the next version once closures are implemented. In the next version, the second expression will return Nil.

[So don't write any code now that relies on today's behavior.]
Locked