mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-17 14:39:01 +00:00
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 ]
|
|
^
|