about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
Diffstat (limited to 'Etc')
-rw-r--r--Etc/STD-TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/Etc/STD-TODO b/Etc/STD-TODO
index df9ff64fd..4f964e37f 100644
--- a/Etc/STD-TODO
+++ b/Etc/STD-TODO
@@ -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.