>> (1) -> add
>>   Line   1: add
>>            A
>>   Error  A: syntax error at top level
>>   Error  A: Improper syntax.
>>    2 error(s) parsing
> 
> 'add' is a keyword, no wonder that parser complains. Use '_add'
> if you need to disable its syntactic significance.

Yes, how stupid of me :(
I must have mixed up 'add and '+ somehow ...
Undersocres actually work in all cases so far.
Thanks!
> 
>> (2) -> pp:INFORM:='+::INFORM
>>   Line   1: pp:INFORM:='+::INFORM
>>            .............A
>>   Error  A: Improper syntax.
>>    1 error(s) parsing
> 
> addition is also special.
> 

-- 
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 on the web visit 
https://groups.google.com/d/msgid/fricas-devel/ae2c536a-d3b2-b896-f4ae-60d64edefee6%40gmail.com.

Reply via email to