aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
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>.