Hi Waldek,

can you say *why* you removed that string function?
Is "string" not used anymore?

Ralf


On 07/16/2015 04:16 PM, [email protected] wrote:
> diff --git a/src/algebra/outform.spad b/src/algebra/outform.spad
> index e4e2b35..f26b62f 100644
> --- a/src/algebra/outform.spad
> +++ b/src/algebra/outform.spad
> @@ -261,8 +261,6 @@ OutputForm() : SetCategory with
>            ++ to list of arguments l.
>  
>          --% Special forms
> -        string :  % -> %
> -          ++ string(f) creates f with string quotes.
>          label :   (%, %) -> %
>            ++ label(n, f) gives form f an equation label n.
>          box :     % -> %
> @@ -582,7 +580,6 @@ OutputForm() : SetCategory with
>              hconcat(b, a)
>  
>          add_prime(a : %, s : %) : % == convert [eform 'PRIME, a, s]
> -        string a   == convert [eform 'STRING,  a]
>          quote  a   == convert [eform 'QUOTE,   a]
>          overbar a  == convert [eform 'OVERBAR, a]
>          dot a      == super(a, sform ".")

-- 
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