Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Airthmetic confusion...
- X-seq: zsh-users 8833
- From: Matthias Berndt <Berndt.Matthias@xxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Airthmetic confusion...
- Date: Mon, 16 May 2005 22:43:32 +0200
- Cc: Meino Christian Cramer <Meino.Cramer@xxxxxx>
- In-reply-to: <20050516.195529.74749456.Meino.Cramer@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050516.195529.74749456.Meino.Cramer@xxxxxx>
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