Skip to content

Commit

Permalink
add to pile
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 1, 2009
1 parent 31d4a5d commit f5f5537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO
Expand Up @@ -17,6 +17,10 @@ Tasks/Bugs:
* t/cmd_{for,while}.t both dying with "Lexical '$body' not found"
* [package] (at least as much as partcl has) (blocker for tcltest.tcl)
* support tcl-style indexing, (end-...) (blocking t/cmd_string.t)
* if {[set a not-empty] == ""} {puts yes} (blocking library/init.tcl)
This should not print anything, but prints "yes", presumably due to
integer coercion - tcl allows strings to be matched in this way, if int
coercion is not possible.

* support associative arrays
* error on references to non-existant variables

0 comments on commit f5f5537

Please sign in to comment.