How do I specify a lateral limit?



Raymond Toy writes:

 > How about (defconstant $plus '%plus) and making limit accept $plus or
 > %plus?

How could I miss that:---) In fact, (defconstant $plus '$plus) should
work without modifying limit.

 > Don't know if that will work either.

Yeah, you never know. A quick search reveals that defconstant is
virtually never used in maxima, there might be a reason?

	Ole