diff options
author | antirez <antirez> | 2005-03-07 08:23:57 +0000 |
---|---|---|
committer | antirez <antirez> | 2005-03-07 08:23:57 +0000 |
commit | 216ea6724f773e34c2c3781d6ab2fa4149a69b22 (patch) | |
tree | 45e92940cd7392d201aab112e3f9548d3c7a9d74 /TODO | |
parent | d455df785b1c4f6037260e8d3575e346da9a360e (diff) | |
download | jimtcl-216ea6724f773e34c2c3781d6ab2fa4149a69b22.zip jimtcl-216ea6724f773e34c2c3781d6ab2fa4149a69b22.tar.gz jimtcl-216ea6724f773e34c2c3781d6ab2fa4149a69b22.tar.bz2 |
TODO changes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |