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

Sigh, another math-parsing issue



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