Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG with associative arrays
- X-seq: zsh-workers 4651
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: BUG with associative arrays
- Date: Mon, 16 Nov 1998 14:20:35 +0100 (MET)
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