axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] print or output in packages.


From: root
Subject: Re: [Axiom-developer] print or output in packages.
Date: Thu, 16 Feb 2006 13:46:49 -0500

in the top of the algebra files after the initial signature
you'll usually see macros defined. add the line:

 OF ==> OutputForm

then, in the function add:

          print(outputForm("tpdhere")@OF)$OF

and you will see the output printed when the function is called.

t





reply via email to

[Prev in Thread] Current Thread [Next in Thread]