On March 29, 2007 7:10 AM Ralf Hemmecke wrote: > > Am I doing something wrong? >
That depends on what you are trying to do. You did not explain and your example is not self explanatory (to me at least). > ... > (1) -> )r abc > MyRing ==> with > 0: % > -: % -> % > > > >> System error: > Caught fatal error [memory may be damaged] > > > ------------------------ > ---BEGIN abc.input > MyRing ==> with > 0: % > -: % -> % > ---END abc.input > You seem to be trying to define a macro in the Axiom interpreter that would normally only be used in the SPAD compiler. The interpreter does not directly support the notation for categories, domains or packages. What you are trying to do might work if the file is named 'abc.spad' and you enter the command: )co abc.spad --------- Or do I misunderstand your intentions? Regards, Bill Page. _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
