Update README.md

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

View file

@ -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`).