Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Sigh, another math-parsing issue
- X-seq: zsh-workers 35136
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Sigh, another math-parsing issue
- Date: Thu, 14 May 2015 10:56:56 -0700
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Ksh:
$ float X=27.9
$ print $(( 1 + $(( X )) ))
28.9
Zsh 5.0.7-dev-2:
torch% print $(( 1 + $(( X )) ))
zsh: failed to find end of math substitution
--
Barton E. Schaefer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author