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
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.
|
||||
|
||||
```forth
|
||||
1 10 .. {
|
||||
dup * .
|
||||
} each
|
||||
1 10 .. { dup * . } each
|
||||
```
|
||||
|
||||
## HTTP
|
||||
|
|
Loading…
Reference in a new issue