bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue declaring an array via a variable name


From: Oğuz
Subject: Re: Issue declaring an array via a variable name
Date: Fri, 20 Aug 2021 07:48:24 +0300

20 Ağustos 2021 Cuma tarihinde Hunter Wittenborn <
hunter@hunterwittenborn.com> yazdı:
>
> So, in my opinion, this should logically work (from the view of an end
> user):
>
>
>
> declare "var"=("i" "j")
>

`"var"=("i" "j")' doesn't qualify as an assignment statement as the
variable name is quoted. As an end user I would expect the unquoted `('
operator to cause a syntax error, just as it does in `echo ('.


-- 
Oğuz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]