On Tue, Apr 6, 2021 at 9:57 PM Alex fxmbsw7 Ratchev <fxmb...@gmail.com> wrote: > > arr=( ) implies no [0]=
Also `arr=()` does not imply `arr[0]=`. `arr[0]` remains unset and not assigned to any. Not even an empty string. -- konsolebox
On Tue, Apr 6, 2021 at 9:57 PM Alex fxmbsw7 Ratchev <fxmb...@gmail.com> wrote: > > arr=( ) implies no [0]=
Also `arr=()` does not imply `arr[0]=`. `arr[0]` remains unset and not assigned to any. Not even an empty string. -- konsolebox