Forget the previous mail please.

Le mar. 19 mai 2026 à 20:00, Grégory Vanuxem <[email protected]> a écrit :
>
> Hello Waldek,
>
> I use since this morning (something that sticks in my head)
> 'parseAndEvalToStringEqNum' in server.boot. You suggested to me to
> use, my bad question/response as usual, sorry to all,
> 'parseAndEvalToString' but my problem was that the index of the
> expression used in a "personal" pseudo terminal was returning
>
>
> parseAndEvalToString str ==
>   $collectOutput:local := true
>   $outputLines: local := nil
>   $IOindex: local := nil
>   v := CATCH('SPAD_READER, CATCH('top_level, parseAndEvalStr str))
>   v = 'restart => ['"error"]
>   NREVERSE $outputLines
>
> parseAndEvalToStringEqNum str ==
>   $collectOutput:local := true
>   $outputLines: local := nil
>   v := CATCH('SPAD_READER, CATCH('top_level, parseAndEvalStr str))
>   v = 'restart => ['"error"]
>   NREVERSE $outputLines

-- 
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 visit 
https://groups.google.com/d/msgid/fricas-devel/CAHnU2dZN2CM0mh%3DknguBGRmDyn4OwAi61ksUBu_7k43aAozAaA%40mail.gmail.com.

Reply via email to