zsh-workers
 help / color / mirror / code / Atom feed
* Sigh, another math-parsing issue
@ 2015-05-14 17:56 Bart Schaefer
  2015-05-15  9:05 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 2015-05-14 17:56 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-15  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14 17:56 Sigh, another math-parsing issue Bart Schaefer
2015-05-15  9:05 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).