That is a no-op. You are creating a local environment where $linel is
bound to 1000, doing nothing within that local environment, then returning
to its parent environment....
-s
On Thu, Jul 12, 2012 at 7:39 PM, andre maute <andre.maute at gmx.de> wrote:
> I would like to set the line length in my maxima-init.lisp
>
> but
>
> (let (($linel 1000)))
>
> doesn't work.
>
> Regards
> Andre
> ______________________________**_________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/**mailman/listinfo/maxima<http://www.math.utexas.edu/mailman/listinfo/maxima>
>