From e99faa675a8fe6d179b25d8917c7e7a7d0fd1763 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sun, 20 Jun 2021 11:06:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`).