From 3f5b7ac1b3b14f5bbdcf800e1e6521a46c681ae4 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 5 Jul 2021 14:39:42 +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 5c67bb3..8bd957e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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 + }`, Strings `'Hello World'`, and Ranges `1 10 ..`. But many other things are the same as in a traditional Forth system. +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 + }`, Strings `'Hello World'`, Ranges `1 10 ..` and Symbols `:symbol`. But many other things are the same as in a traditional Forth system. ## Low-level control structures