Is this a bug?
If you type:
sage: SR.var('a')
a
sage: a?
Object `a` not found.
However, this works:
sage: var('a')
a
sage: a?
Type: Expression
String form: a
....
| 1 | initial version |
Is this a bug?
If you type:
sage: SR.var('a')
a
sage: a?
Object `a` not found.
However, this works:
sage: var('a')
a
sage: a?
Type: Expression
String form: a
....
| 2 | retagged |
Is this a bug?
If you type:
sage: SR.var('a')
a
sage: a?
Object `a` not found.
However, this works:
sage: var('a')
a
sage: a?
Type: Expression
String form: a
....
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.