On Sat, Jul 5, 2008 at 3:28 PM, andre maute <andre.maute at gmx.de> wrote:
> Is the following behaviour intended?
Yes, Maxima has dynamic, not static/lexical, scope. There have been
discussions about changing this, but this is the current intended
behavior.
By the way, you do not need to use "return" to return a value from a
block -- the last expression in the block is returned as its value.
-s