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