| 
              
                
                  
                   | 
            
            
              
              
                
      
    
                
                 | 
            
            last edited 11 years ago by test1 | 
| 1 2 3 | ||
| 
              Editor: test1
               Time: 2014/05/13 16:34:29 GMT+0  | 
          ||
| Note: | ||
added:
From test1 Tue May 13 16:34:29 +0000 2014
From: test1
Date: Tue, 13 May 2014 16:34:29 +0000
Subject: 
Message-ID: <20140513163429+0000@axiom-wiki.newsynthesis.org>
Status: open => rejected 
        
It is sometimes useful to define x as a Symbol
(1) -> x:Symbol
integrate(x)
| (1) | 
1 x
| (2) | 
But some things can be done with Variables but cannot be done with Symbols
y
| (3) | 
y == 1
y
Compiling body of rule y to compute value of type PositiveInteger
| (4) | 
x := 1
Cannot convert right-hand side of assignment 1
to an object of the type Symbol of the left-hand side.
And this causes an error
x == 1
x
Internal Error Interpreter code generation failed for expression1