mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-29 03:31:01 +01:00
Remark about array-ness of ksh parameters.
This commit is contained in:
parent
821a18c907
commit
9188b23b24
1 changed files with 4 additions and 0 deletions
|
|
@ -54,3 +54,7 @@ Ksh automatically searches FPATH for any command not found in PATH, and
|
|||
autoloads the file if found. The "autoload" command is only required if
|
||||
you want FPATH to be searched before PATH, e.g. because the function has
|
||||
the same name as a command in PATH.
|
||||
|
||||
All parameters in ksh are indexed arrays. That's why $array has to mean
|
||||
${array[0]}, and why subscripts can't be used to extract substrings from
|
||||
scalars.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue