Update README.md

This commit is contained in:
Attila Magyar 2021-06-28 15:19:26 +02:00 committed by GitHub
parent a7897b0e40
commit a58417aefc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -410,7 +410,7 @@ alist clear \ removes all items from the list
Quotations combined with the collection API offers some high level control structures. Quotations combined with the collection API offers some high level control structures.
```forth ```forth
1 .. 10 { 1 10 .. {
dup * . dup * .
} each } each
``` ```