How do I specify a lateral limit?



>>>>> "Ole" == Ole Rohne <ole.rohne@cern.ch> writes:

    Ole> Raymond Toy <toy@rtp.ericsson.se> writes:
    >> I suppose we add code so that plus and minus were special so that you
    >> couldn't assign values to them, but this seems very ugly.  Where do
    >> you stop?  And why should I be disallowed from giving values to my
    >> variable named plus?

    Ole> We already have %PI and %E... If we go that way, INF and MINF
    Ole> could be other candidates for promotion to constancy.

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

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

Ray