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
f997ef3ee4
commit
e99faa675a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ Local variable support is implemented in FCL itself. Locals are stored in a para
|
||||||
## Quotations
|
## Quotations
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
`{ dup * }` \ creates a quotation
|
{ dup * } \ creates a quotation
|
||||||
```
|
```
|
||||||
|
|
||||||
A quotations is an anonymous word that contain a snippet of code and its evaluation is delayed until it's called (with `yield`).
|
A quotations is an anonymous word that contain a snippet of code and its evaluation is delayed until it's called (with `yield`).
|
||||||
|
|
Loading…
Reference in a new issue