Waldek wrote:

>> The input lines are shown in the fold output because I am using )read
>> to evaluate the code.  Is there an alternative function to )read that
>> can be used which will not show the input lines?
>
>
> )read foo.input )quiet
>
> will do this.

Thanks for letting me know about the )quiet command, it worked fine.

I went ahead and added a "quiet" property to the %_fricas fold so that
users can enable and disable quiet output as needed (the default is
quiet output):


%_fricas,title="",quiet=true
1+1
%/_fricas

    %output,preserve="false"

         (14)  2
                                                              Type:
PositiveInteger

.   %/output





%_fricas,title="",quiet=false
1+1
%/_fricas

    %output,preserve="false"
      1+1


         (13)  2
                                                              Type:
PositiveInteger

.   %/output





%_fricas,title="The default is quiet."
1+1
%/_fricas

    %output,preserve="false"

         (12)  2
                                                              Type:
PositiveInteger

.   %/output


Ted

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to