It is sometimes useful to define x as a Symbol axiom x:Symbol Type: Void
axiom integrate(x)
Type: UnivariatePolynomial(x,
axiom 1 x
Type: UnivariatePolynomial(x,
But some things can be done with Variables but cannot be done with Symbols axiom y
Type: Variable(y)
axiom y == 1 Type: Void
axiom y axiom Compiling body of rule y to compute value of type PositiveInteger
Type: PositiveInteger?
axiom x := 1 And this causes an error axiom x == 1 Type: Void
axiom x ... --gdr, Mon, 31 Mar 2008 00:12:51 -0700 reply Category: Axiom Compiler => Axiom Interpreter
Status: open => rejected
|