cc:  [email protected]
Subject: Re: Re: [ast-users] [ksh93] `alias not found' for `arr=( a b )'
--------

> But this surprised me again:
> 
> $ typeset -a arr=(name=clarkw from=beijing)
> $ typeset -p arr
> typeset -a arr=((from=beijing;name=clarkw))
> $ echo ${!arr[@]}
> 0
> $ typeset -p arr[0]
> typeset -C arr[0]=(from=beijing;name=clarkw)
> $
> 
> 

This is also a bug.

David Korn
[email protected]
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to