Re: really simple question
- To: mathgroup at smc.vnet.net
- Subject: [mg71057] Re: really simple question
- From: dh <dh at metrohm.ch>
- Date: Wed, 8 Nov 2006 06:11:10 -0500 (EST)
- References: <eimqm1$c0m$1@smc.vnet.net>
Simply try: Print["a=",a=3] Daniel xarnaudx at gmail.com wrote: > when you type stuff in the input like: > In[1]: a = 3 > and execute it, the result is shown in the output: > Out[1]: 3 > > since i do many different computations, i wish i had as output: > Out[1]: a = 3 > > (and not only 3 without the "a ="!) > > > where can i set the option to see which result is affected to what > variable by default? >