On Wed, Oct 26, 2022 at 11:11 PM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
>
>
> $ print -l (#i)$W/rap
> /aWorking/Zsh/Source/Wk/RAP
> /aWorking/Zsh/Source/Wk/Rap
> /aWorking/Zsh/Source/Wk/rap
>
> $ var=(#i)$W/rap
This:
$ var=( (#i)$W/rap )
Roman.