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
....