#9048: inconsistencies between the terminal version and the notebook
----------------------------+--------------------------
       Reporter:  zimmerma  |        Owner:  jason, was
           Type:  defect    |       Status:  new
       Priority:  major     |    Milestone:  sage-5.12
      Component:  notebook  |   Resolution:
       Keywords:            |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+--------------------------

Comment (by nbruin):

 Replying to [comment:3 zimmerma]:
 > * {{{1+2;}}} does not print anything in the terminal version, but does
 print something in the notebook
 The printing in the notebook is a little more different than just that:
 {{{
 1;2;
 }}}
 prints
 {{{
 1
 2
 }}}
 whereas
 {{{
 1
 2
 }}}
 prints
 {{{
 2
 }}}
 and
 {{{
 (1
 )
 }}}
 prints nothing, whereas
 {{{
 (1)
 }}}
 prints
 {{{
 1
 }}}
 i.e., it seems that all results from statements contained entirely on the
 last line of the cell are printed, regardless of semicolons, and no other
 results are. To me this seems a little arbitrary, but resolving this is
 probably something for the notebook.

--
Ticket URL: <http://trac.sagemath.org/ticket/9048#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to