Stavros Macrakis wrote:
>>Does this mean that the math engine could be called as follows:
>>(loop
>> (print (simplify (meval expr))))
>
>
probably better would be
(loop
(display (simplifya (meval (parse-from-string (readline)))))
(increment linelabel ... etc...)
)