Update README.md

This commit is contained in:
Attila Magyar 2021-06-19 21:22:04 +02:00 committed by GitHub
parent 9a846404e1
commit d4e1bf2676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ Besides all the high-level features, FCL supports the traditional Forth programm
## The Syntax ## 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 ## Control structures