From deccefd7fe573a6f547827227ad3394bc1508ba8 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sun, 20 Jun 2021 00:12:10 +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 571363c..b86eea9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Besides all the high-level features, FCL supports the traditional Forth programm 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 +## Low-level control structures FCL supports the traditional Forth conditional and loop control structures.