One minor correction: remove extra single quote, should be:
DEFPARAMETER($ClearBodyToken, GENSYM('"^L"))
instead of
DEFPARAMETER($ClearBodyToken, GENSYM('"^L"'))
- Qian
On 2/5/24 08:31, Qian Yun wrote:
I find this as well when porting to Allegro CL.
I take a look at open-axiom, found that it is fixed by
https://github.com/GabrielDosReis/open-axiom/commit/9584120cc4fd35f1ae0639430e07d5936f1ac39b
My fix is in attachment.
- Qian
On 2/5/24 06:50, Waldek Hebisch wrote:
On Sun, Feb 04, 2024 at 04:24:38PM -0500, Camm Maguire wrote:
Greetings! i-map.clisp contains three instances of
'
What is intended by this?
It is a symbol with a strange name. It is used as a kind of
"error mark". AFAICS the name is intended to reduce probability
of clash with user identifiers.
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/5824f823-74db-45f7-9b12-b50d3c804e20%40gmail.com.