Fix lies in README
This commit is contained in:
parent
9ae0e6dc0e
commit
b9c2a395d9
|
@ -65,9 +65,7 @@ Returns the first argument.
|
||||||
|
|
||||||
`arg <name>...`
|
`arg <name>...`
|
||||||
|
|
||||||
Reassigns arguments to the current call in order to given names. This must be a
|
Assigns arguments to the current call in order to given names.
|
||||||
special form because of the lack of variable scoping. It needs to see arguments
|
|
||||||
from the outer scope.
|
|
||||||
|
|
||||||
Standard library
|
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 `@`.
|
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 `[]`.
|
Return a list made of given arguments. The syntax sugar for lists is `[]`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue