>>108644909
I don't really know what the OP image gets at, but the stages of processing and evluation in Bash aren't that straightforward. Fun little demonstration:
my_array=("echo" "value: $my_var")
${my_array[@]}
my_array=("my_var=10" "echo" "value: $my_var")
${my_array[@]}