added more examples
This commit is contained in:
@@ -167,6 +167,14 @@ When the packed executable runs:
|
||||
- If a `_main` word is defined in the environment, it is executed automatically.
|
||||
- If `_main` is not present, the interpreter falls back to running the standard REPL.
|
||||
|
||||
## Examples
|
||||
|
||||
The [examples](examples/) directory contains several simple examples of Clyx programming, namely:
|
||||
|
||||
- a [Hello World](examples/hello.clx) program
|
||||
- a [FizzBuzz](examples/fizzbuzz.clx) program
|
||||
- a [TCP echo server](examples/tcpecho.clx)
|
||||
|
||||
## FAQ
|
||||
|
||||
### Where does the name Clyx originate from?
|
||||
|
||||
Reference in New Issue
Block a user