diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-04 23:28:34 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 17:11:20 +0100 |
commit | bc69faaa5bbd8a2d8afb9ab81882b1ba21c4bb8e (patch) | |
tree | 6ad76e58bb58f1ac00dcf4ec2dff8d4239f3592e /test/test3.chn | |
parent | 9412242d0aa9550860db364ddf715fd5c5855740 (diff) |
Reorganize and add documentation
Diffstat (limited to 'test/test3.chn')
-rw-r--r-- | test/test3.chn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/test3.chn b/test/test3.chn deleted file mode 100644 index 2fbdeab..0000000 --- a/test/test3.chn +++ /dev/null @@ -1,9 +0,0 @@ -@define{@define-function}{@syntax{@name @args @body}{@define{@name}{@lambda{@args}{@body}}}}% -@define-function{@foo}{@a @b}{hola @b}% -@foo{mundo}{casa} -@define{@section}{@lambda*{@title}{@gp{@quote{@section}}}{@title@siblings@title -}}% -@section{Hello World} -hola -@section{Good Bye World} -chao |