added todo items

This commit is contained in:
vaclavt 2022-01-15 13:18:52 +01:00
parent 07c46a5284
commit b0a3750a5c
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ utils/local_install.sh
(read-url "https://api.nasdaq.com/api/calendar/dividends/") ; hangs in sslclient.cpp line 132 (read-url "https://api.nasdaq.com/api/calendar/dividends/") ; hangs in sslclient.cpp line 132
### TODO ### TODO
- add functions from stdlib into doc
- string-case, save-csv fix doc
- add test for >>> (range 1.5 (inc 5.5)) => (1.500000 2.500000 3.500000 4.500000 5.500000)
- better formating of help - better formating of help
- unify -f and -run options - unify -f and -run options
- add debug support, at least call stack - add debug support, at least call stack