diff options
author | antirez <antirez> | 2005-03-17 07:22:03 +0000 |
---|---|---|
committer | antirez <antirez> | 2005-03-17 07:22:03 +0000 |
commit | ec5a41ceb2faf4cd712cd3aea25d79002e7caf39 (patch) | |
tree | f033d64dba4bb7d76e2a6495804361d38841df1d /TODO | |
parent | b8dd7d32a1d21cfa45377a36a127216c91d2e8e9 (diff) | |
download | jimtcl-ec5a41ceb2faf4cd712cd3aea25d79002e7caf39.zip jimtcl-ec5a41ceb2faf4cd712cd3aea25d79002e7caf39.tar.gz jimtcl-ec5a41ceb2faf4cd712cd3aea25d79002e7caf39.tar.bz2 |
The interactive prompt can now used to type/paste multi line scripts.
Every line is appended to the previous until the script does not appear
to be complete (tested by Jim_IsScriptComplete()).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -62,3 +62,10 @@ REFERENCES SYSTEM API FUNCTIONS TO EXPORT - Jim_FormatString() + + +RANDOM THINGS TO DO ASAP + +- .jimrc loading, using the ENV variable +- [source] + |