diff options
author | dgp <dgp@users.sourceforge.net> | 2020-01-10 17:40:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-01-10 17:40:34 (GMT) |
commit | 31f988f9c8583f704998b8c21a66fbefa136651b (patch) | |
tree | b5313a900cccc45a2ebfc9197f597fd39b74645f /doc/dict.n | |
parent | 341619118a2ea2f6da6062f2069842d22d2bbb8f (diff) | |
parent | 2d27c96b7eebdceae93e88adf3ca88ebbc6efab5 (diff) | |
download | tcl-31f988f9c8583f704998b8c21a66fbefa136651b.zip tcl-31f988f9c8583f704998b8c21a66fbefa136651b.tar.gz tcl-31f988f9c8583f704998b8c21a66fbefa136651b.tar.bz2 |
merge 8.7
Diffstat (limited to 'doc/dict.n')
-rw-r--r-- | doc/dict.n | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -54,10 +54,8 @@ type (which may be abbreviated.) Supported filter types are: .RS .TP \fBdict filter \fIdictionaryValue \fBkey\fR ?\fIglobPattern ...\fR? -.VS 8.6 The key rule only matches those key/value pairs whose keys match any of the given patterns (in the style of \fBstring match\fR.) -.VE 8.6 .TP \fBdict filter \fIdictionaryValue \fBscript {\fIkeyVariable valueVariable\fB} \fIscript\fR . @@ -74,10 +72,8 @@ result. The key/value pairs are tested in the order in which the keys were inserted into the dictionary. .TP \fBdict filter \fIdictionaryValue \fBvalue \fR?\fIglobPattern ...\fR? -.VS 8.6 The value rule only matches those key/value pairs whose values match any of the given patterns (in the style of \fBstring match\fR.) -.VE 8.6 .RE .TP \fBdict for {\fIkeyVariable valueVariable\fB} \fIdictionaryValue body\fR |