mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-12 20:01:25 +01:00
Update README.md
This commit is contained in:
parent
a58417aefc
commit
2fc797289a
1 changed files with 1 additions and 3 deletions
|
@ -410,9 +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 * . } each
|
||||||
dup * .
|
|
||||||
} each
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## HTTP
|
## HTTP
|
||||||
|
|
Loading…
Reference in a new issue