aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1365375..ef765ca 100644
--- a/README.md
+++ b/README.md
@@ -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