1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

One more test.

This commit is contained in:
Wayne Davison 2000-06-02 01:40:51 +00:00
parent a5d9467cfa
commit f77bd804ee

View file

@ -49,3 +49,7 @@
echo .$foo[-4,5].
0:Array indexing
>.d e.
echo .$foo[-6,-2].
0:Array indexing
>.b c d e f.