Re: .p

From: Inkyu Park (icpark@phoebus.chm.bnl.gov)
Date: Thu Sep 16 1999 - 22:12:24 MEST


Hi,

.p is for evaluating an expression only, so

root[] x=1; y=2; 

will work (two C++ lines) 

but 

root[] .p x=1; y=2;

won't work (evaluation "x=1; y=2;" means nothing)

Cheers,

On Thu, 16 Sep 1999, Suzanne Panacek wrote:

> Hi,
> what is the difference between using .p and not using .p?
> 
> For example:
> root [41] .p 3*4
> (int)12
> root [42] 3*4
> (int)12
> 
> 
> 



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:39 MET