diff --git a/README.md b/README.md index 75f47d2..b81555c 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Local variable support is implemented in FCL itself. Locals are stored in a para ## Quotations ```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`).