mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 03:01:59 +08:00
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
![]() |
fish: array indices start at 1, not 0.
|
||
|
echo $foo[0]
|
||
|
^
|
||
|
fish: array indices start at 1, not 0.
|
||
|
echo $foo[ 0 ]
|
||
|
^
|
||
|
fish: array indices start at 1, not 0.
|
||
|
echo $foo[ 00 ]
|
||
|
^
|