2009-02-26 William Ramsay <ramsa...@comcast.net>:
> [...]
> But it appears that set! itself declares the variable and the let is not
> needed.
> [...]
> And if set! does declare a variable what is it's scope?
> [...]

Hello,

if I'm not mistaken, using set! on a variable that hasn't been
declared is equivalent to declaring it in the top level and using set!
on it.

However, this is not a feature that is portable between different
Scheme implementations.

cu,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to