On 02/14/2006 09:38 PM, C Y wrote:
OK. Here's a link for the lazy (me in a few hours ;-) : http://www.aldor.org/docs/HTML/chap21.html

Be careful, the code there will probably not work.
print: TextWriter
<<: (TextWriter, SOMETYPE) -> TextWriter

Unfortunately, "print" is not in libaldor but in the old axllib. You should instead say

  import from TextWriter;
  stdout << "SOME Object";

SingleInteger is MachineInteger in libaldor.

There is no BasicType anymore. I think the closest would be

define BasicType: Category == with {
        PrimitiveType;
        OutputType;
        HashType;
}

The signature
  sample: %
has been removed, since it is not always easy to provide an element at creation time of the domain.

Ralf


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to