| Ticket UUID: | d8381474adfdb54ee6ddfd33207865236c4a9a28 | ||
| Title: | Wrong description in manual at dict for, the order of the arguments | ||
| Type: | Bug | Created on: | 2017-08-01 14:19:22 |
| Submitter: | anonymous | Assigned to: | nobody |
| Subsystem: | 16. Commands A-H | Severity: | Minor |
| Priority: | 5 Medium | Last modified: | 2017-08-07 04:35:17 |
| Status: | Closed | Closed by: | jan.nijtmans |
| Resolution: | Invalid | Closed on: | 2017-08-07 04:35:17 |
| Version: | 8.6.6 | ||
| Description: | ||||
In dict manual at "dict for"
The order of the arguments is wrong.
http://www.tcl.tk/man/tcl/TclCmd/dict.htm#M12
Wrong:
dict for {keyVariable valueVariable} dictionaryValue body
Correct
dict for dictionaryValue {keyVariable valueVariable}body
Greg
| ||||
| User Comments: | ||||
anonymous added on 2017-08-01 14:33:39:
Please delete the message is not an error | ||||
