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

BUG with associative arrays



Try:

  % foo[a]=a
  % typeset -A foo
  % foo[a]=a
  % echo $foo      # or: $foo[(r)?]

The first line seems to be the one triggering the bug, but I don't
have the time to investigate any further now.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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