Thanks for your information, I do recognize the fact after researching
further regarding this issue, I should probably do it beforehand, I
guess.
Cheers,
林博仁(Buo-ren, Lin)
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2
-fdebug-prefix-map=/build/bash-a6qmCk/bash-5.0=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall
-Wno-parent
heses -Wno-format-security
uname ou
Thanks for the explanation.
林博仁
Hi, please consider the following script:
```
declare -ar indexed_array=(1 2 3)
declare -ar indexed_array_null=()
declare -Ar associative_array=(\
["apple"]="1" \
["banana"]="2" \
)
declare -Ar associative_array_null=()
for parameter in indexed_array indexed_array_null associative_array
associat