1.4.9 crashes with misspelled input
Publié : ven. sept. 15, 2017 11:45 pm
Hi,
I noticed that Xcas 1.4.9 (linux64) crashes on (misspelled) command:The culprit is wrongly typed semicolon, which should have been a colon. But a similar typo in other commands, such asdoes not cause a crash.
I noticed that Xcas 1.4.9 (linux64) crashes on (misspelled) command:
Code : Tout sélectionner
T;=table(1=a,2=b)
Code : Tout sélectionner
T;=gcd(2,3)