How do I specify a lateral limit?



Raymond Toy writes:

 > %PI and %E is ok, because, visually they LOOK different.

So it should have been %PLUS, %MINUS, %INF, and %MINF as well. Too bad
it is to late to change that...

 > Maybe just declaring them with defconstant in Lisp will help?  Don't
 > know how if that will work or not.

Not under CMUCL, because DEFCONSTANT needs a value, and setting $PLUS
or $MINUS to any value including NIL defies the purpose.

	Ole