Update README.md

This commit is contained in:
Attila Magyar 2021-06-20 01:12:05 +02:00 committed by GitHub
parent c5e11a61ad
commit f997ef3ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,5 +266,14 @@ Lists are java.util.LinkedHashMap instances and garbage collected automatically
alist clear \ removes all items from the list
```
## High level control structures
Quotations combined with the collection API offers some high level control structures.
```forth
1 .. 10 {
dup * .
} each
```
## HTTP