Tcl Source Code

View Ticket
Login
Ticket UUID: d8381474adfdb54ee6ddfd33207865236c4a9a28
Title: Wrong description in manual at dict for, the order of the arguments
Type: Bug Version: 8.6.6
Submitter: anonymous Created on: 2017-08-01 14:19:22
Subsystem: 16. Commands A-H Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2017-08-07 04:35:17
Resolution: Invalid Closed By: jan.nijtmans
    Closed on: 2017-08-07 04:35:17
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