From b9c2a395d9cbc49ebbdf843e80d57504b213792c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 21 May 2017 18:20:12 +0200 Subject: Fix lies in README --- README.adoc | 6 ++---- 1 file 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 ...` -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 []...` Return a list made of given arguments. The syntax sugar for lists is `[]`. -- cgit v1.2.3