#5677: Underscore for repeating output clobbered by symbolic variables
--------------------------------------------+-------------------------------
Reporter: rbeezer | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-5.1
Component: user interface | Resolution:
Keywords: underscore repeat output | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
--------------------------------------------+-------------------------------
Changes (by dsm):
* upstream: => N/A
Comment:
Is this still valid? It looks more like `__tmp__` is used, not `_`, these
days:
{{{
sage: preparse("f(x,y) = x^2+y^2")
'__tmp__=var("x,y"); f =
symbolic_expression(x**Integer(2)+y**Integer(2)).function(x,y)'
sage: 5
5
sage: _
5
sage: f(x,y) = x^2+y^2
sage: _
5
sage: 7
7
sage: _
7
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5677#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.