diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2020-11-16 13:55:33 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2020-11-16 13:55:33 (GMT) |
commit | 71a412b8daa48172c15652a8fb18a5bf2cc148c1 (patch) | |
tree | 0ce64806b7e2eaf6e7504b485110a5cb0db65237 /doc/dict.n | |
parent | 33955d69338c3d268bfe9e51aad0c276cf8a1f0a (diff) | |
download | tcl-71a412b8daa48172c15652a8fb18a5bf2cc148c1.zip tcl-71a412b8daa48172c15652a8fb18a5bf2cc148c1.tar.gz tcl-71a412b8daa48172c15652a8fb18a5bf2cc148c1.tar.bz2 |
Ticket [d8ae5d5f4c]: Documentation of dict filter script: script results, not returns a boolean
Diffstat (limited to 'doc/dict.n')
-rw-r--r-- | doc/dict.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ of the given patterns (in the style of \fBstring match\fR.) . The script rule tests for matching by assigning the key to the \fIkeyVariable\fR and the value to the \fIvalueVariable\fR, and then evaluating -the given script which should return a boolean value (with the +the given script which should result in a boolean value (with the key/value pair only being included in the result of the \fBdict filter\fR when a true value is returned.) Note that the first argument after the rule selection word is a two-element list. If the |