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

Re: zcalc bug



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