mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
c5e11a61ad
commit
f997ef3ee4
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue