Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zcalc bug
- X-seq: zsh-workers 19940
- From: Matthias Kopfermann <matthi@xxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: zcalc bug
- Date: Thu, 13 May 2004 20:06:15 +0200
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <5515.1084470420@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040513172916.GA13835@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <5515.1084470420@xxxxxxx>
On Thu, May 13, 2004 at 06:47:00PM +0100, You wrote:
> Matthias Kopfermann wrote:
>
> It's not that easy to fix. Consider:
>
> % print $(( 3,4 ))
> 4
>
i saw a sweet output when doing
print $((3*4,))
BUG: math: not enough wallabies in outback.
now consider this cold output of bash :):
echo $((3*4,))
bash: 3*4,: syntax error: operand expected (error token is
",")
okay, i am mean :)
Matthias
Messages sorted by:
Reverse Date,
Date,
Thread,
Author