mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
declare -r []=asdf
|
|
declare -r a[]=asdf
|
|
|
|
declare -a ''=(a 'b c')
|