diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,8 +11,6 @@ ## things that (hopefully) work ### housekeeping - - TODO `(debug-on) => :bool ; turn on debugging (default)` - - TODO `(debug-off) => :bool ; turn off debugging` - TODO `(exit [[status :int]]) => :bool` ### io @@ -51,6 +49,9 @@ - `($ [command :string]) => :list ; doesn't support pipes, first item is return code` - `($| [commands :list]) => :bool ; pipes together multiple shell commands` +### functions + - `(lambda (args) (expr1) (expr2) ... (exprN)) => :any + ### other - pretty much nothing else @@ -89,8 +90,8 @@ - [ ] dict? ### symbols -- [ ] define -- [ ] access +- [x] define +- [x] access ### shell - [x] call out |
