From 9a846404e1b137095e7dae1f4d39f364ea572068 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sat, 19 Jun 2021 21:21:35 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e9be925..52014a8 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,16 @@ 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". + +## Control structures + ## Locals ## Maps ## List +## Quotations + ## HTTP