fish-shell/tests/zero_based_array.err

10 lines
199 B
Plaintext
Raw Normal View History

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 ]
^