|
[Date Index]
[Thread Index]
[Author Index]
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:00:38 -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?
>
Prev by Date:
Re: building a list containing elements f(i,j)
Next by Date:
linux font rotation in graphics & (strange) black graphics borders
Previous by thread:
Re: really simple question
Next by thread:
Re: really simple question
|