mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
5615351f27
This reverts commit 36367e4882
.
9 lines
199 B
Text
9 lines
199 B
Text
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 ]
|
|
^
|