Check-in [0dcde8a6b3]

Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Corrected branch name
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0dcde8a6b3645e6837f300b52f7db947b9aeb1055af6eb0fa17528d51ede8364
User & Date: dkf 2018-04-10 20:44:38.735
Context
2018-04-10
20:56
Start vote on 421; vote closes [clock format 1523984400] check-in: 2563f0c87e user: dkf tags: trunk
20:44
Corrected branch name check-in: 0dcde8a6b3 user: dkf tags: trunk
20:35
Editorial tinkering check-in: 6a2e1232b5 user: dkf tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tip/421.md.
52
53
54
55
56
57
58
59
60
61

62
63
64
65
66
67
68
the element and the variable _valueVar_ to the content of the element before
evaluating the script _body_. The result will be the empty string \(excepting
errors, **return**, etc.\) and any contained **break** and **continue**
will have their normal interpretation as loop control operations.

# Implementation

Branch: `bll-array-for`

Code is also available [here](https://github.com/flightaware/Tcl-bounties/issues/12) within a comment.


The implementation is no faster then using **array names** or
**array get**, but uses much less memory.

# References

[Bounty #12](https://github.com/flightaware/Tcl-bounties/issues/12),







<
|
|
>







52
53
54
55
56
57
58

59
60
61
62
63
64
65
66
67
68
the element and the variable _valueVar_ to the content of the element before
evaluating the script _body_. The result will be the empty string \(excepting
errors, **return**, etc.\) and any contained **break** and **continue**
will have their normal interpretation as loop control operations.

# Implementation


Branch: `tip-421` (Code is also available
[here](https://github.com/flightaware/Tcl-bounties/issues/12) within a
comment, but that is _not_ the definitive version.)

The implementation is no faster then using **array names** or
**array get**, but uses much less memory.

# References

[Bounty #12](https://github.com/flightaware/Tcl-bounties/issues/12),