Ralf Hemmecke wrote:
> 
> I find
> 
>   [op,:l]:= flattenOps x
>   --needed since "op" is string in some spad code
>   if STRINGP op then (op := INTERN op; x:= [op,:l])
> 
> and a bit later
> 
>   op is ["$elt",targ,fun] or not $InteractiveMode and op is
> ["elt",targ,fun] =>
> 
> and
> 
>   x is ["-",a,b] =>
> 
> How can the last expression ever become true if op has been intern'ed?

That is weirdness of Boot: "-" is a symbol, while you need
quoted version, that is '"-" to get a string.

-- 
                              Waldek Hebisch
[email protected] 

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to