aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-07 08:23:57 +0000
committerantirez <antirez>2005-03-07 08:23:57 +0000
commit216ea6724f773e34c2c3781d6ab2fa4149a69b22 (patch)
tree45e92940cd7392d201aab112e3f9548d3c7a9d74 /TODO
parentd455df785b1c4f6037260e8d3575e346da9a360e (diff)
downloadjimtcl-216ea6724f773e34c2c3781d6ab2fa4149a69b22.zip
jimtcl-216ea6724f773e34c2c3781d6ab2fa4149a69b22.tar.gz
jimtcl-216ea6724f773e34c2c3781d6ab2fa4149a69b22.tar.bz2
TODO changes
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9d3fc84..053ff90 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,9 @@ CORE COMMANDS
are not lazy. Math functions are not present but probably will never
be added as expr functions, but as Tcl commands, like [sin], [cos] and
so on.
+- onleave commnad, executing something as soon as the current procedure
+ returns. With no arguments it returns the script set, with one appends
+ the onleave script. There should be a way to reset.
COMMANDS NOT IN TCL BUT THAT SHOULD BE IN JIM