diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 15:38:58 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 15:38:58 -0400 |
| commit | 72502b099bb80712877ea53cbb36e577e9dded2d (patch) | |
| tree | edbd3ba3c52ebfd75b7f0caf9058601c8bafb46d | |
| parent | 52717c14e6910a067995ae5dfd49506b8b044431 (diff) | |
Document examples
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | examples/README.md | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -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 diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..6b47e1a7 --- /dev/null +++ b/examples/README.md @@ -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. |
