Update README.md

This commit is contained in:
Attila Magyar 2021-06-21 22:55:55 +02:00 committed by GitHub
parent 39beff05f6
commit 0493e777c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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