Update README.md

This commit is contained in:
Attila Magyar 2021-06-21 22:52:24 +02:00 committed by GitHub
parent d176bde460
commit c5078e26d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ 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`
`<list> \ creates a new empty list`
`<list> dup 1 add \ creates an empty list and adds *1* to it.`