diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-05-13 21:29:31 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 17:11:17 +0100 |
commit | b8d1c62d87e418fb6a7b0ca6c5891b9b7c1ecf0c (patch) | |
tree | 161ec305fb4bef388dee6f50ed1c3ed842d55a2b /t/test1.chn |
Initial commit
Diffstat (limited to 't/test1.chn')
-rw-r--r-- | t/test1.chn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/t/test1.chn b/t/test1.chn new file mode 100644 index 0000000..f55fb70 --- /dev/null +++ b/t/test1.chn @@ -0,0 +1,14 @@ +{@define}{@author}{Thomas Albers Raviola}% +{@define}{@today}{May 12, 2024}% +{@define}{@printdate}{{@lambda}{@date}{the date is @date}}% +{@section}{Introduction} + +Hello, this is a sample of a program written in chains + +Chains was created by @author to help him write articles of questionable +usefulness. + +{@printdate}{@today} +{@section}[Conclusion] + +idk man, guess it works, don't it? |