diff options
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r-- | jim_tcl.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt index af95d66..28dc317 100644 --- a/jim_tcl.txt +++ b/jim_tcl.txt @@ -1664,8 +1664,7 @@ command. The legal +'options'+ (which may be abbreviated) are: +*array exists* 'arrayName'+:: Returns 1 if arrayName is an array variable, 0 if there is - no variable by that name. This command is essentially - identical to `info exists` + no variable by that name. +*array get* 'arrayName ?pattern?'+:: Returns a list containing pairs of elements. The first |