Fix lies in README

This commit is contained in:
Přemysl Eric Janouch 2017-05-21 18:20:12 +02:00
parent 9ae0e6dc0e
commit b9c2a395d9
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 2 additions and 4 deletions

View File

@ -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 `[]`.