From 9d2d11dcc8edfa52762bee42c3fc0cad2ec656d8 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sat, 19 Jun 2021 21:23:08 +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 4d83c94..0f35140 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Besides all the high-level features, FCL supports the traditional Forth programm ## The Syntax -The syntax is a superset of the Forth language. In FCL there are literal syntax for creaing Lists `[ 1 2 3 ]`, Maps `#[ 'key' 'value ]#`, Quotations `{ dup + }` and Strings `"Hello World"`. +The syntax is a superset of the Forth language. In FCL there are literal syntax for creaing Lists `[ 1 2 3 ]`, Maps `#[ 'key' 'value' ]#`, Quotations `{ dup + }` and Strings `'Hello World'`. ## Control structures