Update README.md

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

View file

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