aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc
index 80360a8..c519cce 100644
--- a/README.adoc
+++ b/README.adoc
@@ -65,9 +65,7 @@ Returns the first argument.
`arg <name>...`
-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 outer scope.
+Assigns arguments to the current call in order to given names.
Standard library
----------------
@@ -78,7 +76,7 @@ values, everything else is taken as true.
Retrieve or set a named variable. The syntax sugar for retrieval is `@`.
-`list`
+`list [<item>]...`
Return a list made of given arguments. The syntax sugar for lists is `[]`.