A few problems: 1. In FriCAS, the escape char is _ instead of \.
2. There is no three argument 'concat', you need to pass it a list of string. 3. You should use 'close!' to close the file. So, basically, write this string instead: concat ["_"", unparsed(xxx), "_""] -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
