Path: utzoo!utgpu!watserv1!watmath!att!att!pacbell.com!mips!swrinde!ucsd!ucbvax!NEXTASY2.EECS.WSU.EDU!schneidj From: schneidj@NEXTASY2.EECS.WSU.EDU (John B. Schneider) Newsgroups: comp.sys.next Subject: Mathematica feature? Message-ID: <9011172105.AA04805@nextasy2.eecs.wsu.edu> Date: 17 Nov 90 20:05:33 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 29 I thought Mathematica could accommodate line breaks (introduced with the RETURN key). However, I get the incorrect results from the following simple addition. What am I missing? In[1]:= .5 + 1. Out[1] 1. I know that putting the operator at the end of the first line will give the correct result. As in In[2]:= .5 + 1. Out[2] 1.5 But when adding a column of numbers, it is nice to have the +/- sign immediately before the argument. -- John B. Schneider schneidj@nextasy2.eecs.wsu.edu