20 Ağustos 2021 Cuma tarihinde Hunter Wittenborn < hun...@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