Re: comment lines
- To: mathgroup at smc.vnet.net
- Subject: [mg51400] Re: comment lines
- From: "Peter Pein" <petsie at arcor.de>
- Date: Sat, 16 Oct 2004 04:20:32 -0400 (EDT)
- References: <cknur4$64j$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You should get an error _every_ time. Try "% == 98 z" instead of "% = = 98 z" -- Peter Pein, Berlin to write to me, start the subject with [ "symbio" <symbio at h0tmail.com> schrieb im Newsbeitrag news:cknur4$64j$1 at smc.vnet.net... > Hi, > In Mathematica 5.0, is there a problem with comment lines? Because when I > combine a comment section with a computational section, I sometimes get > errors, for example: > > (* THIS IS A COMMENT LINE *) > Integrate[x+y, x] > % = = 98 z > eq1 = % > > If the above is written all in same cell, I get error sometimes, specially > if I save the file and re-open, same thing will not execute properly and > gives errors. Is this system bug?? >