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
39beff05f6
commit
0493e777c7
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ A list is a dynamic, ordered data structed.
|
||||||
```
|
```
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
1 2 3 4 5 <list*> \ loads all items from the stack into a list
|
1 2 3 4 5 <list*> \ creates a new list and loads all items from the stack into it
|
||||||
```
|
```
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
|
|
Loading…
Reference in a new issue