aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-05-18 18:13:33 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2017-05-21 13:19:45 +0200
commitc47581a922b637bda2a5955508020eab3f9c43ca (patch)
tree8b464687230fc5b55400d311261d8a74a6b615b1 /README.adoc
parent329f60420465161dcb2b8dfd85211129cb20ff4d (diff)
downloadell-c47581a922b637bda2a5955508020eab3f9c43ca.tar.gz
ell-c47581a922b637bda2a5955508020eab3f9c43ca.tar.xz
ell-c47581a922b637bda2a5955508020eab3f9c43ca.zip
Update README
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 6206715..3ac6f15 100644
--- a/README.adoc
+++ b/README.adoc
@@ -66,7 +66,7 @@ Returns the first argument.
Reassigns arguments to the current call in order to given names. This must be a
special form because of the lack of variable scoping. It needs to see arguments
-from the other scope.
+from the outer scope.
Standard library
----------------
@@ -78,12 +78,18 @@ Conditional evaluation, strings evaluate to themselves.
Returns arguments to the current evaluation context as a list.
+`list`
+
+Returns a list of parameters. The syntax sugar for lists is `[]`.
+
Contributing and Support
------------------------
Use this project's GitHub to report any bugs, request features, or submit pull
requests. If you want to discuss this project, or maybe just hang out with
the developer, feel free to join me at irc://irc.janouch.name, channel #dev.
+Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
+
License
-------
'ell' is written by Přemysl Janouch <p.janouch@gmail.com>.