mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
c5078e26d2
commit
42a26b9119
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ A list is a dynamic, ordered data structed.
|
||||||
|
|
||||||
`<list> \ creates a new empty list`
|
`<list> \ creates a new empty list`
|
||||||
|
|
||||||
`<list> dup 1 add \ creates an empty list and adds *1* to it.`
|
`<list> dup 1 add \ creates an empty list and adds 1 to it.`
|
||||||
|
|
||||||
`[ 1 2 3 ] \ creates a list with 3 elements.`
|
`[ 1 2 3 ] \ creates a list with 3 elements.`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue