Document examples

This commit is contained in:
Bruce Hill 2024-09-05 15:38:58 -04:00
parent 52717c14e6
commit 72502b099b
2 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,8 @@ Hello John Doe!!!
```
For more examples, see [learnXinY](/learnxiny.tm) which as an overview of many
language features.
language features or the other example programs/modules in
[examples/](examples/).
## Features

4
examples/README.md Normal file
View File

@ -0,0 +1,4 @@
# Example Programs
- [file.tm](file.tm): A file handling module.
- [wrap.tm](wrap.tm): A command-line program to wrap text.