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
42a26b9119
commit
7f7253e709
1 changed files with 4 additions and 3 deletions
|
@ -208,11 +208,12 @@ The quotation code is compiled into the enclosing word and bypassed by a jump. A
|
|||
|
||||
A list is a dynamic, ordered data structed.
|
||||
|
||||
`<list> \ creates a new empty list`
|
||||
```forth
|
||||
<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`
|
||||
|
||||
`[ 1 2 3 ] peel \ unloads the items from the list to the data stack`
|
||||
|
||||
|
|
Loading…
Reference in a new issue