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

Re: arithmetic for: bug in 3.0.5



Bernd Eggink <eggink@xxxxxxxxxxxxxxxxxx> typed:
:The arithmetic for command seems to be broken in 3.0.5-test2:
:   integer i
:   for (( i=1; i <= 10; i+=1 ))
:   do 
:     print $i
:   done
:This gives:

That's implemented in 3.1.2 not 3.0.* , and the manuals of each reflect this.
ie. it's listed in 3.1.2 manuals but not in 3.0.* manuals
It may be in 3.1.1 but out of the 29 versions of zsh I've got in my bin dir
it seems to be missing so I can't really tell you at the moment, sorry.
-- 
Geoff Wing [mason@xxxxxxxxxxxxxxx]                   Phone    : +61-3-9818 2977
 Technical Manager: PrimeNet Computer Consultants    Facsimile: +61-3-9768 2909
 Web: <URL:http://www.primenet.com.au/>              Mobile   : 0412 162 441
        [ Boulderdash: <URL:http://ciips.ee.uwa.edu.au/~williams/bd/> ]



Messages sorted by: Reverse Date, Date, Thread, Author