zsh-users
 help / color / mirror / code / Atom feed
* forbidden variable in for loop.
@ 2012-12-19 15:22 Ray Andrews
  2012-12-19 23:58 ` Danek Duvall
  2012-12-20  0:04 ` forbidden variable in for loop Frank Terbeck
  0 siblings, 2 replies; 8+ messages in thread
From: Ray Andrews @ 2012-12-19 15:22 UTC (permalink / raw)
  To: zsh-users

Gentlemen,

   for a in *; do echo $a; done

All fine. but:

   for i in *; do echo $i; done

Gives me a list of zeros. Followed by "zsh: bad floating point constant"

It works fine for any letter of the alphabet so far tested except 'i'.  
For the life of me I can't guess what it is that makes 'i' special. Any 
thoughts?


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

end of thread, other threads:[~2012-12-21 18:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-19 15:22 forbidden variable in for loop Ray Andrews
2012-12-19 23:58 ` Danek Duvall
2012-12-19 16:03   ` Ray Andrews
2012-12-20  6:44     ` Function not found czech
2012-12-20  9:03       ` Brandon Sandrowicz
2012-12-20 11:02       ` Jérémie Roquet
2012-12-21 18:11         ` Bart Schaefer
2012-12-20  0:04 ` forbidden variable in for loop Frank Terbeck

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).