mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
856c4b6743
commit
9a846404e1
1 changed files with 6 additions and 0 deletions
|
@ -13,10 +13,16 @@ 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".
|
||||||
|
|
||||||
|
## Control structures
|
||||||
|
|
||||||
## Locals
|
## Locals
|
||||||
|
|
||||||
## Maps
|
## Maps
|
||||||
|
|
||||||
## List
|
## List
|
||||||
|
|
||||||
|
## Quotations
|
||||||
|
|
||||||
## HTTP
|
## HTTP
|
||||||
|
|
Loading…
Reference in a new issue