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

Re: indirect assignment to array



cool, thanks!

Pier Paolo Grassi
linkedin: https://www.linkedin.com/in/pier-paolo-grassi-19300217
founder: https://www.meetup.com/it-IT/Machine-Learning-TO


Il giorno gio 16 apr 2020 alle ore 02:12 Bart Schaefer <
schaefer@xxxxxxxxxxxxxxxx> ha scritto:

> On Wed, Apr 15, 2020 at 5:06 PM Pier Paolo Grassi <pierpaolog@xxxxxxxxx>
> wrote:
> >
> > Is there a way to test if a variable is of type array?
>
> var=module_path
> print -r ${(tP)var} $var
>


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