Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Airthmetic confusion...



On Mon, 16 May 2005 19:55:29 +0200 (CEST)
Meino Christian Cramer <Meino.Cramer@xxxxxx> wrote:

> Hi,
> 
>  I got a little confused here:
> 
>    (( a = 1 + 2 ))
> 
>  works fine, but 
>   
> 
>    (( b = 1 )) ; (( a = 1 - b ))
> 
>  does not  but
> 
>    (( a = 1 + b )) 
> 
>  does.

I don't know your problem, but these expression works fine here. Did you
make something special before or in your startup-scripts?

Matthias Berndt



Messages sorted by: Reverse Date, Date, Thread, Author